Html Css Color HEX #F0D5CF Coral Candy

📋 copy color: '#F0D5CF'

red 240 ◦ green 213 ◦ blue 207

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

Shades of Coral Candy #F0D5CF

Tints of Coral Candy #F0D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.27%

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

R = 36.36%
G = 32.27%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0D5CF (or 0xF0D5CF) is known color: Coral Candy. HEX triplet: F0, D5 and CF. RGB value is (240,213,207). Sum of RGB (Red+Green+Blue) = 240+213+207=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5CF is #0F2A30. Grayscale: #DCDCDC. Windows color (decimal): -993841 or 13620720. OLE color: 13620720.

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

Color convert

RGB 240 213 207 -
CMYK 0 0.11 0.14 0.06
HSL 10.91º 0.52% 0.88% -
HSV(B) 10.91º 0.14% 0.94% -
XYZ 70.99 70.62 68.92 -
YUV 220.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 240 213 207 0 0.11 0.14 0.06 10.91 0.52 0.88
Hex F0 D5 CF 0 B E 6 B 34 58
Octal 360 325 317 0 13 16 6 13 64 130
Binary 11110000 11010101 11001111 0 1011 1110 110 1011 110100 1011000

Color Harmonies of #F0D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D5CF

Black with #F0D5CF

Text Example


Text Example

White with #F0D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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