Html Css Color HEX #F0CAC7 Coral Candy

📋 copy color: '#F0CAC7'

red 240 ◦ green 202 ◦ blue 199

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

Shades of Coral Candy #F0CAC7

Tints of Coral Candy #F0CAC7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.51%

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

R = 37.44%
G = 31.51%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0CAC7 (or 0xF0CAC7) is known color: Coral Candy. HEX triplet: F0, CA and C7. RGB value is (240,202,199). Sum of RGB (Red+Green+Blue) = 240+202+199=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAC7 is #0F3538. Grayscale: #D5D5D5. Windows color (decimal): -996665 or 13093616. OLE color: 13093616.

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

Color convert

RGB 240 202 199 -
CMYK 0 0.16 0.17 0.06
HSL 4.39º 0.58% 0.86% -
HSV(B) 4.39º 0.17% 0.94% -
XYZ 67.36 64.89 63.01 -
YUV 213.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 240 202 199 0 0.16 0.17 0.06 4.39 0.58 0.86
Hex F0 CA C7 0 10 11 6 4 3A 56
Octal 360 312 307 0 20 21 6 4 72 126
Binary 11110000 11001010 11000111 0 10000 10001 110 100 111010 1010110

Color Harmonies of #F0CAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CAC7

Black with #F0CAC7

Text Example


Text Example

White with #F0CAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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