#F1B8CC

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

Shades of Chantilly #F1B8CC

Tints of Chantilly #F1B8CC

Color information

#F1B8CC (or 0xF1B8CC) is unknown color: approx Chantilly. HEX triplet: F1, B8 and CC. RGB value is (241,184,204). Sum of RGB (Red+Green+Blue) = 241+184+204=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8CC is #0E4733. Grayscale: #CBCBCB. Windows color (decimal): -935732 or 13416689. OLE color: 13416689.

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

Color convert

RGB241184204-
CMYK00.240.150.05
HSL338.95º67.06%83.33%-
HSV(B)338.95º23.65%94.51%-
XYZ64.3257.3464.8-
YUV203.32128.38154.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 184 (72.27% from 255) = 29.25%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=38.31%
G=29.25%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118420400.240.150.05338.9567.0683.33
HexF1B8CC018F51534353
Octal361270314030175523103123
Binary111100011011100011001100011000111110110101001110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B8CC; }

 p { color: rgb(241,184,204); }

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

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

 a { background-color: rgb(241,184,204); }

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

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

 span { border-color: rgb(241,184,204); }

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