Html Css Color HEX #F0CDC9 Coral Candy

📋 copy color: '#F0CDC9'

red 240 ◦ green 205 ◦ blue 201

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

Shades of Coral Candy #F0CDC9

Tints of Coral Candy #F0CDC9

RGB

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

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

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

R = 37.15%
G = 31.73%
B = 31.11%

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

#F0CDC9 (or 0xF0CDC9) is known color: Coral Candy. HEX triplet: F0, CD and C9. RGB value is (240,205,201). Sum of RGB (Red+Green+Blue) = 240+205+201=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDC9 is #0F3236. Grayscale: #D7D7D7. Windows color (decimal): -995895 or 13225456. OLE color: 13225456.

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

Color convert

RGB 240 205 201 -
CMYK 0 0.15 0.16 0.06
HSL 6.15º 0.57% 0.86% -
HSV(B) 6.15º 0.16% 0.94% -
XYZ 68.31 66.4 64.48 -
YUV 215.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 240 205 201 0 0.15 0.16 0.06 6.15 0.57 0.86
Hex F0 CD C9 0 F 10 6 6 39 56
Octal 360 315 311 0 17 20 6 6 71 126
Binary 11110000 11001101 11001001 0 1111 10000 110 110 111001 1010110

Color Harmonies of #F0CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDC9

Black with #F0CDC9

Text Example


Text Example

White with #F0CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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