Html Css Color HEX #F2C0CA Chantilly

📋 copy color: '#F2C0CA'

red 242 ◦ green 192 ◦ blue 202

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

Shades of Chantilly #F2C0CA

Tints of Chantilly #F2C0CA

RGB

 RED value IS 242 (94.92% from 255) = 38.05%

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

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

R = 38.05%
G = 30.19%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2C0CA (or 0xF2C0CA) is known color: Chantilly. HEX triplet: F2, C0 and CA. RGB value is (242,192,202). Sum of RGB (Red+Green+Blue) = 242+192+202=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0CA is #0D3F35. Grayscale: #D0D0D0. Windows color (decimal): -868150 or 13287666. OLE color: 13287666.

HSL color Cylindrical-coordinate representation of color #F2C0CA: hue angle of 348º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0CA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 202 -
CMYK 0 0.21 0.17 0.05
HSL 348º 0.66% 0.85% -
HSV(B) 348º 0.21% 0.95% -
XYZ 66.13 60.84 64.14 -
YUV 208.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 242 192 202 0 0.21 0.17 0.05 348 0.66 0.85
Hex F2 C0 CA 0 15 11 5 15C 42 55
Octal 362 300 312 0 25 21 5 534 102 125
Binary 11110010 11000000 11001010 0 10101 10001 101 101011100 1000010 1010101

Color Harmonies of #F2C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C0CA

Black with #F2C0CA

Text Example


Text Example

White with #F2C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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