#F1B7CC

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

Shades of Chantilly #F1B7CC

Tints of Chantilly #F1B7CC

Color information

#F1B7CC (or 0xF1B7CC) is unknown color: approx Chantilly. HEX triplet: F1, B7 and CC. RGB value is (241,183,204). Sum of RGB (Red+Green+Blue) = 241+183+204=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7CC is #0E4833. Grayscale: #CACACA. Windows color (decimal): -935988 or 13416433. OLE color: 13416433.

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

Color convert

RGB241183204-
CMYK00.240.150.05
HSL338.28º67.44%83.14%-
HSV(B)338.28º24.07%94.51%-
XYZ64.1156.9364.74-
YUV202.74128.72155.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 183 (71.88% from 255) = 29.14%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=38.38%
G=29.14%
B=32.48%

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
Decimal24118320400.240.150.05338.2867.4483.14
HexF1B7CC018F51524353
Octal361267314030175522103123
Binary111100011011011111001100011000111110110101001010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7CC; }

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

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

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

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

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

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

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

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