Html Css Color HEX #F0D4CF Coral Candy

📋 copy color: '#F0D4CF'

red 240 ◦ green 212 ◦ blue 207

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

Shades of Coral Candy #F0D4CF

Tints of Coral Candy #F0D4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.17%

 BLUE value IS 207 (81.25% from 255) = 31.41%

R = 36.42%
G = 32.17%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0D4CF (or 0xF0D4CF) is known color: Coral Candy. HEX triplet: F0, D4 and CF. RGB value is (240,212,207). Sum of RGB (Red+Green+Blue) = 240+212+207=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4CF is #0F2B30. Grayscale: #DBDBDB. Windows color (decimal): -994097 or 13620464. OLE color: 13620464.

HSL color Cylindrical-coordinate representation of color #F0D4CF: hue angle of 9.09º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D4CF is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 212 207 -
CMYK 0 0.12 0.14 0.06
HSL 9.09º 0.52% 0.88% -
HSV(B) 9.09º 0.14% 0.94% -
XYZ 70.74 70.12 68.84 -
YUV 219.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 240 212 207 0 0.12 0.14 0.06 9.09 0.52 0.88
Hex F0 D4 CF 0 C E 6 9 34 58
Octal 360 324 317 0 14 16 6 11 64 130
Binary 11110000 11010100 11001111 0 1100 1110 110 1001 110100 1011000

Color Harmonies of #F0D4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D4CF

Black with #F0D4CF

Text Example


Text Example

White with #F0D4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D4CF; }

 p { color: rgb(240,212,207); }

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

background-color css

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

 a { background-color: rgb(240,212,207); }

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

border-color css

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

 span { border-color: rgb(240,212,207); }

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