Html Css Color HEX #F1C1CA Chantilly

📋 copy color: '#F1C1CA'

red 241 ◦ green 193 ◦ blue 202

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

Shades of Chantilly #F1C1CA

Tints of Chantilly #F1C1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.35%

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

R = 37.89%
G = 30.35%
B = 31.76%

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

#F1C1CA (or 0xF1C1CA) is known color: Chantilly. HEX triplet: F1, C1 and CA. RGB value is (241,193,202). Sum of RGB (Red+Green+Blue) = 241+193+202=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1CA is #0E3E35. Grayscale: #D0D0D0. Windows color (decimal): -933430 or 13287921. OLE color: 13287921.

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

Color convert

RGB 241 193 202 -
CMYK 0 0.20 0.16 0.05
HSL 348.75º 0.63% 0.85% -
HSV(B) 348.75º 0.2% 0.95% -
XYZ 66.01 61.1 64.19 -
YUV 208.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 241 193 202 0 0.20 0.16 0.05 348.75 0.63 0.85
Hex F1 C1 CA 0 14 10 5 15D 3F 55
Octal 361 301 312 0 24 20 5 535 77 125
Binary 11110001 11000001 11001010 0 10100 10000 101 101011101 111111 1010101

Color Harmonies of #F1C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C1CA

Black with #F1C1CA

Text Example


Text Example

White with #F1C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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