#F1B9CA

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

Shades of Chantilly #F1B9CA

Tints of Chantilly #F1B9CA

Color information

#F1B9CA (or 0xF1B9CA) is unknown color: approx Chantilly. HEX triplet: F1, B9 and CA. RGB value is (241,185,202). Sum of RGB (Red+Green+Blue) = 241+185+202=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9CA is #0E4635. Grayscale: #CBCBCB. Windows color (decimal): -935478 or 13285873. OLE color: 13285873.

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

Color convert

RGB241185202-
CMYK00.230.160.05
HSL341.79º66.67%83.53%-
HSV(B)341.79º23.24%94.51%-
XYZ64.2957.6663.62-
YUV203.68127.05154.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=38.38%
G=29.46%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118520200.230.160.05341.7966.6783.53
HexF1B9CA0171051564354
Octal361271312027205526103124
Binary1111000110111001110010100101111000010110101011010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9CA; }

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

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

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

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

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

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

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

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