#F5BFCD

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

Shades of Chantilly #F5BFCD

Tints of Chantilly #F5BFCD

Color information

#F5BFCD (or 0xF5BFCD) is unknown color: approx Chantilly. HEX triplet: F5, BF and CD. RGB value is (245,191,205). Sum of RGB (Red+Green+Blue) = 245+191+205=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFCD is #0A4032. Grayscale: #D0D0D0. Windows color (decimal): -671795 or 13484021. OLE color: 13484021.

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

Color convert

RGB245191205-
CMYK00.220.160.04
HSL344.44º72.97%85.49%-
HSV(B)344.44º22.04%96.08%-
XYZ67.3161.0866-
YUV208.74125.89153.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=38.22%
G=29.80%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519120500.220.160.04344.4472.9785.49
HexF5BFCD0161041584955
Octal365277315026204530111125
Binary1111010110111111110011010101101000010010101100010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFCD; }

 p { color: rgb(245,191,205); }

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

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

 a { background-color: rgb(245,191,205); }

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

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

 span { border-color: rgb(245,191,205); }

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