#F1B5CB

Color #F1B5CB Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #F1B5CB

Tints of Chantilly #F1B5CB

Color information

#F1B5CB (or 0xF1B5CB) is unknown color: approx Chantilly. HEX triplet: F1, B5 and CB. RGB value is (241,181,203). Sum of RGB (Red+Green+Blue) = 241+181+203=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5CB is #0E4A34. Grayscale: #C9C9C9. Windows color (decimal): -936501 or 13350385. OLE color: 13350385.

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

Color convert

RGB241181203-
CMYK00.250.160.05
HSL338º68.18%82.75%-
HSV(B)338º24.9%94.51%-
XYZ63.5856.0663.97-
YUV201.45128.88156.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=38.56%
G=28.96%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118120300.250.160.0533868.1882.75
HexF1B5CB0191051524453
Octal361265313031205522104123
Binary1111000110110101110010110110011000010110101001010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5CB; }

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

 H1.HeaderClassName
 {
   color: #F1B5CB;
 }
 .AnyTagClassName
 {
   color: #F1B5CB;
 }
</style>
background-color css

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

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

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

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

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

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