Html Css Color HEX #F0CDC7 Coral Candy

📋 copy color: '#F0CDC7'

red 240 ◦ green 205 ◦ blue 199

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

Shades of Coral Candy #F0CDC7

Tints of Coral Candy #F0CDC7

RGB

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

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

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

R = 37.27%
G = 31.83%
B = 30.9%

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

#F0CDC7 (or 0xF0CDC7) is known color: Coral Candy. HEX triplet: F0, CD and C7. RGB value is (240,205,199). Sum of RGB (Red+Green+Blue) = 240+205+199=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDC7 is #0F3238. Grayscale: #D6D6D6. Windows color (decimal): -995897 or 13094384. OLE color: 13094384.

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

Color convert

RGB 240 205 199 -
CMYK 0 0.15 0.17 0.06
HSL 8.78º 0.58% 0.86% -
HSV(B) 8.78º 0.17% 0.94% -
XYZ 68.08 66.31 63.24 -
YUV 214.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 240 205 199 0 0.15 0.17 0.06 8.78 0.58 0.86
Hex F0 CD C7 0 F 11 6 9 3A 56
Octal 360 315 307 0 17 21 6 11 72 126
Binary 11110000 11001101 11000111 0 1111 10001 110 1001 111010 1010110

Color Harmonies of #F0CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDC7

Black with #F0CDC7

Text Example


Text Example

White with #F0CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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