Html Css Color HEX #F0C9C6 Coral Candy

📋 copy color: '#F0C9C6'

red 240 ◦ green 201 ◦ blue 198

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

Shades of Coral Candy #F0C9C6

Tints of Coral Candy #F0C9C6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.46%

 BLUE value IS 198 (77.73% from 255) = 30.99%

R = 37.56%
G = 31.46%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0C9C6 (or 0xF0C9C6) is known color: Coral Candy. HEX triplet: F0, C9 and C6. RGB value is (240,201,198). Sum of RGB (Red+Green+Blue) = 240+201+198=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9C6 is #0F3639. Grayscale: #D4D4D4. Windows color (decimal): -996922 or 13027824. OLE color: 13027824.

HSL color Cylindrical-coordinate representation of color #F0C9C6: hue angle of 4.29º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C9C6 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 198 -
CMYK 0 0.16 0.18 0.06
HSL 4.29º 0.58% 0.86% -
HSV(B) 4.29º 0.18% 0.94% -
XYZ 67.01 64.38 62.32 -
YUV 212.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 240 201 198 0 0.16 0.18 0.06 4.29 0.58 0.86
Hex F0 C9 C6 0 10 12 6 4 3A 56
Octal 360 311 306 0 20 22 6 4 72 126
Binary 11110000 11001001 11000110 0 10000 10010 110 100 111010 1010110

Color Harmonies of #F0C9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9C6

Black with #F0C9C6

Text Example


Text Example

White with #F0C9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9C6; }

 p { color: rgb(240,201,198); }

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

background-color css

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

 a { background-color: rgb(240,201,198); }

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

border-color css

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

 span { border-color: rgb(240,201,198); }

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