#F9D3CB

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

Shades of Coral Candy #F9D3CB

Tints of Coral Candy #F9D3CB

Color information

#F9D3CB (or 0xF9D3CB) is unknown color: approx Coral Candy. HEX triplet: F9, D3 and CB. RGB value is (249,211,203). Sum of RGB (Red+Green+Blue) = 249+211+203=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D3CB is #062C34. Grayscale: #DDDDDD. Windows color (decimal): -404533 or 13358073. OLE color: 13358073.

HSL color Cylindrical-coordinate representation of color #F9D3CB: hue angle of 10.43º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9D3CB is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249211203-
CMYK00.150.180.02
HSL10.43º79.31%88.63%-
HSV(B)10.43º18.47%97.65%-
XYZ73.1471.0466.36-
YUV221.45117.59147.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.56%
GREEN value IS 211 (82.81% from 255) = 31.83%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=37.56%
G=31.83%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921120300.150.180.0210.4379.3188.63
HexF9D3CB0F122a4f59
Octal37132331301722212117131
Binary111110011101001111001011011111001010101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D3CB; }

 p { color: rgb(249,211,203); }

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

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

 a { background-color: rgb(249,211,203); }

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

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

 span { border-color: rgb(249,211,203); }

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