#F1BDCA

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

Shades of Chantilly #F1BDCA

Tints of Chantilly #F1BDCA

Color information

#F1BDCA (or 0xF1BDCA) is unknown color: approx Chantilly. HEX triplet: F1, BD and CA. RGB value is (241,189,202). Sum of RGB (Red+Green+Blue) = 241+189+202=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDCA is #0E4235. Grayscale: #CECECE. Windows color (decimal): -934454 or 13286897. OLE color: 13286897.

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

Color convert

RGB241189202-
CMYK00.220.160.05
HSL345º65%84.31%-
HSV(B)345º21.58%94.51%-
XYZ65.1359.3663.9-
YUV206.03125.73152.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=38.13%
G=29.91%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118920200.220.160.053456584.31
HexF1BDCA0161051594154
Octal361275312026205531101124
Binary1111000110111101110010100101101000010110101100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDCA; }

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

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

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

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

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

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

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

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