Html Css Color HEX #F0C0CA Chantilly

📋 copy color: '#F0C0CA'

red 240 ◦ green 192 ◦ blue 202

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

Shades of Chantilly #F0C0CA

Tints of Chantilly #F0C0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.28%

 BLUE value IS 202 (79.3% from 255) = 31.86%

R = 37.85%
G = 30.28%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0C0CA (or 0xF0C0CA) is known color: Chantilly. HEX triplet: F0, C0 and CA. RGB value is (240,192,202). Sum of RGB (Red+Green+Blue) = 240+192+202=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0CA is #0F3F35. Grayscale: #CFCFCF. Windows color (decimal): -999222 or 13287664. OLE color: 13287664.

HSL color Cylindrical-coordinate representation of color #F0C0CA: hue angle of 347.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0CA is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 202 -
CMYK 0 0.20 0.16 0.06
HSL 347.5º 0.62% 0.85% -
HSV(B) 347.5º 0.2% 0.94% -
XYZ 65.45 60.49 64.1 -
YUV 207.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 240 192 202 0 0.20 0.16 0.06 347.5 0.62 0.85
Hex F0 C0 CA 0 14 10 6 15C 3E 55
Octal 360 300 312 0 24 20 6 534 76 125
Binary 11110000 11000000 11001010 0 10100 10000 110 101011100 111110 1010101

Color Harmonies of #F0C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0CA

Black with #F0C0CA

Text Example


Text Example

White with #F0C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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