#F9CFCA

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

Shades of Coral Candy #F9CFCA

Tints of Coral Candy #F9CFCA

Color information

#F9CFCA (or 0xF9CFCA) is unknown color: approx Coral Candy. HEX triplet: F9, CF and CA. RGB value is (249,207,202). Sum of RGB (Red+Green+Blue) = 249+207+202=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFCA is #063035. Grayscale: #DBDBDB. Windows color (decimal): -405558 or 13291513. OLE color: 13291513.

HSL color Cylindrical-coordinate representation of color #F9CFCA: hue angle of 6.38º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CFCA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249207202-
CMYK00.170.190.02
HSL6.38º79.66%88.43%-
HSV(B)6.38º18.88%97.65%-
XYZ72.0469.0365.4-
YUV218.99118.41149.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.84%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 202 (79.30% from 255) = 30.70%
R=37.84%
G=31.46%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920720200.170.190.026.3879.6688.43
HexF9CFCA01113265058
Octal3713173120212326120130
Binary111110011100111111001010010001100111011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFCA; }

 p { color: rgb(249,207,202); }

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

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

 a { background-color: rgb(249,207,202); }

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

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

 span { border-color: rgb(249,207,202); }

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