#FDA7CB

Color #FDA7CB Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FDA7CB

Tints of Carnation Pink #FDA7CB

Color information

#FDA7CB (or 0xFDA7CB) is unknown color: approx Carnation Pink. HEX triplet: FD, A7 and CB. RGB value is (253,167,203). Sum of RGB (Red+Green+Blue) = 253+167+203=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7CB is #025834. Grayscale: #C4C4C4. Windows color (decimal): -153653 or 13346813. OLE color: 13346813.

HSL color Cylindrical-coordinate representation of color #FDA7CB: hue angle of 334.88º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7CB is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253167203-
CMYK00.340.200.01
HSL334.88º95.56%82.35%-
HSV(B)334.88º33.99%99.22%-
XYZ65.1152.8363.27-
YUV196.82131.49168.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 167 (65.62% from 255) = 26.81%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=40.61%
G=26.81%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316720300.340.200.01334.8895.5682.35
HexFDA7CB02214114f6052
Octal375247313042241517140122
Binary111111011010011111001011010001010100110100111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA7CB; }

 p { color: rgb(253,167,203); }

 H1.HeaderClassName
 {
   color: #FDA7CB;
 }
 .AnyTagClassName
 {
   color: #FDA7CB;
 }
</style>
background-color css

<style>
 a { background-color: #FDA7CB; }

 a { background-color: rgb(253,167,203); }

 div.DivClassName
 {
   background-color: #FDA7CB;
 }
 .BgClassName
 {
   background-color: #FDA7CB;
 }
</style>
border-color css

<style>
 span { border-color: #FDA7CB; }

 span { border-color: rgb(253,167,203); }

 td.TdClassName
 {
   border-color: #FDA7CB;
 }
 .TagClassName
 {
   border-color: #FDA7CB;
 }
</style>