Html Css Color HEX #F1C0CA Chantilly

📋 copy color: '#F1C0CA'

red 241 ◦ green 192 ◦ blue 202

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

Shades of Chantilly #F1C0CA

Tints of Chantilly #F1C0CA

RGB

 RED value IS 241 (94.53% from 255) = 37.95%

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

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

R = 37.95%
G = 30.24%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1C0CA (or 0xF1C0CA) is known color: Chantilly. HEX triplet: F1, C0 and CA. RGB value is (241,192,202). Sum of RGB (Red+Green+Blue) = 241+192+202=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0CA is #0E3F35. Grayscale: #CFCFCF. Windows color (decimal): -933686 or 13287665. OLE color: 13287665.

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

Color convert

RGB 241 192 202 -
CMYK 0 0.20 0.16 0.05
HSL 347.76º 0.64% 0.85% -
HSV(B) 347.76º 0.2% 0.95% -
XYZ 65.79 60.66 64.12 -
YUV 207.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 241 192 202 0 0.20 0.16 0.05 347.76 0.64 0.85
Hex F1 C0 CA 0 14 10 5 15C 40 55
Octal 361 300 312 0 24 20 5 534 100 125
Binary 11110001 11000000 11001010 0 10100 10000 101 101011100 1000000 1010101

Color Harmonies of #F1C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0CA

Black with #F1C0CA

Text Example


Text Example

White with #F1C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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