Html Css Color HEX #F1B5CA Chantilly

📋 copy color: '#F1B5CA'

red 241 ◦ green 181 ◦ blue 202

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

Shades of Chantilly #F1B5CA

Tints of Chantilly #F1B5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.01%

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

R = 38.62%
G = 29.01%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1B5CA (or 0xF1B5CA) is known color: Chantilly. HEX triplet: F1, B5 and CA. RGB value is (241,181,202). Sum of RGB (Red+Green+Blue) = 241+181+202=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5CA is #0E4A35. Grayscale: #C9C9C9. Windows color (decimal): -936502 or 13284849. OLE color: 13284849.

HSL color Cylindrical-coordinate representation of color #F1B5CA: hue angle of 339º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5CA is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 181 202 -
CMYK 0 0.25 0.16 0.05
HSL 339º 0.68% 0.83% -
HSV(B) 339º 0.25% 0.95% -
XYZ 63.46 56.01 63.34 -
YUV 201.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 241 181 202 0 0.25 0.16 0.05 339 0.68 0.83
Hex F1 B5 CA 0 19 10 5 153 44 53
Octal 361 265 312 0 31 20 5 523 104 123
Binary 11110001 10110101 11001010 0 11001 10000 101 101010011 1000100 1010011

Color Harmonies of #F1B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5CA

Black with #F1B5CA

Text Example


Text Example

White with #F1B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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