Html Css Color HEX #F0CBC7 Coral Candy

📋 copy color: '#F0CBC7'

red 240 ◦ green 203 ◦ blue 199

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

Shades of Coral Candy #F0CBC7

Tints of Coral Candy #F0CBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31%

R = 37.38%
G = 31.62%
B = 31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0CBC7 (or 0xF0CBC7) is known color: Coral Candy. HEX triplet: F0, CB and C7. RGB value is (240,203,199). Sum of RGB (Red+Green+Blue) = 240+203+199=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBC7 is #0F3438. Grayscale: #D5D5D5. Windows color (decimal): -996409 or 13093872. OLE color: 13093872.

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

Color convert

RGB 240 203 199 -
CMYK 0 0.15 0.17 0.06
HSL 5.85º 0.58% 0.86% -
HSV(B) 5.85º 0.17% 0.94% -
XYZ 67.6 65.36 63.09 -
YUV 213.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 240 203 199 0 0.15 0.17 0.06 5.85 0.58 0.86
Hex F0 CB C7 0 F 11 6 6 3A 56
Octal 360 313 307 0 17 21 6 6 72 126
Binary 11110000 11001011 11000111 0 1111 10001 110 110 111010 1010110

Color Harmonies of #F0CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBC7

Black with #F0CBC7

Text Example


Text Example

White with #F0CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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