#F5BECC

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

Shades of Chantilly #F5BECC

Tints of Chantilly #F5BECC

Color information

#F5BECC (or 0xF5BECC) is unknown color: approx Chantilly. HEX triplet: F5, BE and CC. RGB value is (245,190,204). Sum of RGB (Red+Green+Blue) = 245+190+204=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BECC is #0A4133. Grayscale: #D0D0D0. Windows color (decimal): -672052 or 13418229. OLE color: 13418229.

HSL color Cylindrical-coordinate representation of color #F5BECC: hue angle of 344.73º 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 #F5BECC is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245190204-
CMYK00.220.170.04
HSL344.73º73.33%85.29%-
HSV(B)344.73º22.45%96.08%-
XYZ66.9760.665.29-
YUV208.04125.72154.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=38.34%
G=29.73%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519020400.220.170.04344.7373.3385.29
HexF5BECC0161141594955
Octal365276314026214531111125
Binary1111010110111110110011000101101000110010101100110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BECC; }

 p { color: rgb(245,190,204); }

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

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

 a { background-color: rgb(245,190,204); }

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

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

 span { border-color: rgb(245,190,204); }

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