#F9CDCB

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

Shades of Coral Candy #F9CDCB

Tints of Coral Candy #F9CDCB

Color information

#F9CDCB (or 0xF9CDCB) is unknown color: approx Coral Candy. HEX triplet: F9, CD and CB. RGB value is (249,205,203). Sum of RGB (Red+Green+Blue) = 249+205+203=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDCB is #063234. Grayscale: #D9D9D9. Windows color (decimal): -406069 or 13356537. OLE color: 13356537.

HSL color Cylindrical-coordinate representation of color #F9CDCB: hue angle of 2.61º 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 #F9CDCB is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249205203-
CMYK00.180.180.02
HSL2.61º79.31%88.63%-
HSV(B)2.61º18.47%97.65%-
XYZ71.6868.1165.87-
YUV217.93119.58150.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.90%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=37.90%
G=31.20%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920520300.180.180.022.6179.3188.63
HexF9CDCB01212234f59
Octal3713153130222223117131
Binary11111001110011011100101101001010010101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDCB; }

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

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

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

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

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

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

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

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