#F1B5CD

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

Shades of Chantilly #F1B5CD

Tints of Chantilly #F1B5CD

Color information

#F1B5CD (or 0xF1B5CD) is unknown color: approx Chantilly. HEX triplet: F1, B5 and CD. RGB value is (241,181,205). Sum of RGB (Red+Green+Blue) = 241+181+205=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5CD is #0E4A32. Grayscale: #C9C9C9. Windows color (decimal): -936499 or 13481457. OLE color: 13481457.

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

Color convert

RGB241181205-
CMYK00.250.150.05
HSL336º68.18%82.75%-
HSV(B)336º24.9%94.51%-
XYZ63.8256.1665.23-
YUV201.68129.88156.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 181 (71.09% from 255) = 28.87%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=38.44%
G=28.87%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118120500.250.150.0533668.1882.75
HexF1B5CD019F51504453
Octal361265315031175520104123
Binary111100011011010111001101011001111110110101000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5CD; }

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

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

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

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

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

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

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

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