#F5BDCA

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

Shades of Chantilly #F5BDCA

Tints of Chantilly #F5BDCA

Color information

#F5BDCA (or 0xF5BDCA) is unknown color: approx Chantilly. HEX triplet: F5, BD and CA. RGB value is (245,189,202). Sum of RGB (Red+Green+Blue) = 245+189+202=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCA is #0A4235. Grayscale: #CFCFCF. Windows color (decimal): -672310 or 13286901. OLE color: 13286901.

HSL color Cylindrical-coordinate representation of color #F5BDCA: hue angle of 346.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BDCA is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245189202-
CMYK00.230.180.04
HSL346.07º73.68%85.1%-
HSV(B)346.07º22.86%96.08%-
XYZ66.5160.0763.97-
YUV207.23125.05154.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=38.52%
G=29.72%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518920200.230.180.04346.0773.6885.1
HexF5BDCA01712415a4a55
Octal365275312027224532112125
Binary1111010110111101110010100101111001010010101101010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDCA; }

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

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

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

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

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

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

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

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