Html Css Color HEX #F1C0CB Chantilly

📋 copy color: '#F1C0CB'

red 241 ◦ green 192 ◦ blue 203

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

Shades of Chantilly #F1C0CB

Tints of Chantilly #F1C0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.92%

R = 37.89%
G = 30.19%
B = 31.92%

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

#F1C0CB (or 0xF1C0CB) is known color: Chantilly. HEX triplet: F1, C0 and CB. RGB value is (241,192,203). Sum of RGB (Red+Green+Blue) = 241+192+203=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0CB is #0E3F34. Grayscale: #CFCFCF. Windows color (decimal): -933685 or 13353201. OLE color: 13353201.

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

Color convert

RGB 241 192 203 -
CMYK 0 0.20 0.16 0.05
HSL 346.53º 0.64% 0.85% -
HSV(B) 346.53º 0.2% 0.95% -
XYZ 65.9 60.71 64.74 -
YUV 207.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 241 192 203 0 0.20 0.16 0.05 346.53 0.64 0.85
Hex F1 C0 CB 0 14 10 5 15B 40 55
Octal 361 300 313 0 24 20 5 533 100 125
Binary 11110001 11000000 11001011 0 10100 10000 101 101011011 1000000 1010101

Color Harmonies of #F1C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0CB

Black with #F1C0CB

Text Example


Text Example

White with #F1C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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