Html Css Color HEX #F1C0C9 Chantilly

📋 copy color: '#F1C0C9'

red 241 ◦ green 192 ◦ blue 201

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

Shades of Chantilly #F1C0C9

Tints of Chantilly #F1C0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.7%

R = 38.01%
G = 30.28%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1C0C9 (or 0xF1C0C9) is known color: Chantilly. HEX triplet: F1, C0 and C9. RGB value is (241,192,201). Sum of RGB (Red+Green+Blue) = 241+192+201=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0C9 is #0E3F36. Grayscale: #CFCFCF. Windows color (decimal): -933687 or 13222129. OLE color: 13222129.

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

Color convert

RGB 241 192 201 -
CMYK 0 0.20 0.17 0.05
HSL 348.98º 0.64% 0.85% -
HSV(B) 348.98º 0.2% 0.95% -
XYZ 65.67 60.62 63.5 -
YUV 207.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 241 192 201 0 0.20 0.17 0.05 348.98 0.64 0.85
Hex F1 C0 C9 0 14 11 5 15D 40 55
Octal 361 300 311 0 24 21 5 535 100 125
Binary 11110001 11000000 11001001 0 10100 10001 101 101011101 1000000 1010101

Color Harmonies of #F1C0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0C9

Black with #F1C0C9

Text Example


Text Example

White with #F1C0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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