Html Css Color HEX #F0CFC7 Coral Candy

📋 copy color: '#F0CFC7'

red 240 ◦ green 207 ◦ blue 199

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

Shades of Coral Candy #F0CFC7

Tints of Coral Candy #F0CFC7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.04%

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

R = 37.15%
G = 32.04%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0CFC7 (or 0xF0CFC7) is known color: Coral Candy. HEX triplet: F0, CF and C7. RGB value is (240,207,199). Sum of RGB (Red+Green+Blue) = 240+207+199=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFC7 is #0F3038. Grayscale: #D8D8D8. Windows color (decimal): -995385 or 13094896. OLE color: 13094896.

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

Color convert

RGB 240 207 199 -
CMYK 0 0.14 0.17 0.06
HSL 11.71º 0.58% 0.86% -
HSV(B) 11.71º 0.17% 0.94% -
XYZ 68.56 67.27 63.4 -
YUV 215.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 240 207 199 0 0.14 0.17 0.06 11.71 0.58 0.86
Hex F0 CF C7 0 E 11 6 C 3A 56
Octal 360 317 307 0 16 21 6 14 72 126
Binary 11110000 11001111 11000111 0 1110 10001 110 1100 111010 1010110

Color Harmonies of #F0CFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFC7

Black with #F0CFC7

Text Example


Text Example

White with #F0CFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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