Html Css Color HEX #F0CDC8 Coral Candy

📋 copy color: '#F0CDC8'

red 240 ◦ green 205 ◦ blue 200

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

Shades of Coral Candy #F0CDC8

Tints of Coral Candy #F0CDC8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.78%

 BLUE value IS 200 (78.52% from 255) = 31.01%

R = 37.21%
G = 31.78%
B = 31.01%

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

#F0CDC8 (or 0xF0CDC8) is known color: Coral Candy. HEX triplet: F0, CD and C8. RGB value is (240,205,200). Sum of RGB (Red+Green+Blue) = 240+205+200=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDC8 is #0F3237. Grayscale: #D6D6D6. Windows color (decimal): -995896 or 13159920. OLE color: 13159920.

HSL color Cylindrical-coordinate representation of color #F0CDC8: hue angle of 7.5º degrees, saturation: 0.57, 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 #F0CDC8 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 200 -
CMYK 0 0.15 0.17 0.06
HSL 7.5º 0.57% 0.86% -
HSV(B) 7.5º 0.17% 0.94% -
XYZ 68.19 66.36 63.86 -
YUV 214.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 240 205 200 0 0.15 0.17 0.06 7.5 0.57 0.86
Hex F0 CD C8 0 F 11 6 8 39 56
Octal 360 315 310 0 17 21 6 10 71 126
Binary 11110000 11001101 11001000 0 1111 10001 110 1000 111001 1010110

Color Harmonies of #F0CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDC8

Black with #F0CDC8

Text Example


Text Example

White with #F0CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDC8; }

 p { color: rgb(240,205,200); }

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

background-color css

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

 a { background-color: rgb(240,205,200); }

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

border-color css

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

 span { border-color: rgb(240,205,200); }

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