Html Css Color HEX #F0CBC9 Coral Candy

📋 copy color: '#F0CBC9'

red 240 ◦ green 203 ◦ blue 201

#F0CBC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #F0CBC9

Tints of Coral Candy #F0CBC9

RGB

 RED value IS 240 (94.14% from 255) = 37.27%

 GREEN value IS 203 (79.69% from 255) = 31.52%

 BLUE value IS 201 (78.91% from 255) = 31.21%

R = 37.27%
G = 31.52%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0CBC9 (or 0xF0CBC9) is known color: Coral Candy. HEX triplet: F0, CB and C9. RGB value is (240,203,201). Sum of RGB (Red+Green+Blue) = 240+203+201=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBC9 is #0F3436. Grayscale: #D5D5D5. Windows color (decimal): -996407 or 13224944. OLE color: 13224944.

HSL color Cylindrical-coordinate representation of color #F0CBC9: hue angle of 3.08º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CBC9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 201 -
CMYK 0 0.15 0.16 0.06
HSL 3.08º 0.57% 0.86% -
HSV(B) 3.08º 0.16% 0.94% -
XYZ 67.83 65.45 64.32 -
YUV 213.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 240 203 201 0 0.15 0.16 0.06 3.08 0.57 0.86
Hex F0 CB C9 0 F 10 6 3 39 56
Octal 360 313 311 0 17 20 6 3 71 126
Binary 11110000 11001011 11001001 0 1111 10000 110 11 111001 1010110

Color Harmonies of #F0CBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBC9

Black with #F0CBC9

Text Example


Text Example

White with #F0CBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBC9; }

 p { color: rgb(240,203,201); }

 H1.HeaderClassName
 {
   color: #F0CBC9;
 }
 .AnyTagClassName
 {
   color: #F0CBC9;
 }
</style>

background-color css

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

 a { background-color: rgb(240,203,201); }

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

border-color css

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

 span { border-color: rgb(240,203,201); }

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