#F2D2CB

Color #F2D2CB Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #F2D2CB

Tints of Coral Candy #F2D2CB

Color information

#F2D2CB (or 0xF2D2CB) is unknown color: approx Coral Candy. HEX triplet: F2, D2 and CB. RGB value is (242,210,203). Sum of RGB (Red+Green+Blue) = 242+210+203=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2CB is #0D2D34. Grayscale: #DADADA. Windows color (decimal): -863541 or 13357810. OLE color: 13357810.

HSL color Cylindrical-coordinate representation of color #F2D2CB: hue angle of 10.77º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2D2CB is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242210203-
CMYK00.130.160.05
HSL10.77º60%87.25%-
HSV(B)10.77º16.12%94.9%-
XYZ70.4469.2866.16-
YUV218.77119.1144.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 210 (82.42% from 255) = 32.06%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=36.95%
G=32.06%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221020300.130.160.0510.776087.25
HexF2D2CB0D105b3c57
Octal3623223130152051374127
Binary111100101101001011001011011011000010110111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D2CB; }

 p { color: rgb(242,210,203); }

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

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

 a { background-color: rgb(242,210,203); }

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

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

 span { border-color: rgb(242,210,203); }

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