#f0bccc

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

Shades of Chantilly #F0BCCC

Tints of Chantilly #F0BCCC

Color information

#F0BCCC (or 0xF0BCCC) is unknown color: approx Chantilly. HEX triplet: F0, BC and CC. RGB value is (240,188,204). Sum of RGB (Red+Green+Blue) = 240+188+204=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCCC is #0F4333. Grayscale: #CDCDCD. Windows color (decimal): -1000244 or 13417712. OLE color: 13417712.

HSL color Cylindrical-coordinate representation of color #F0BCCC: hue angle of 341.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCCC is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240188204-
CMYK00.220.150.06
HSL341.54º63.41%83.92%-
HSV(B)341.54º21.67%94.12%-
XYZ64.8258.8565.07-
YUV205.37127.23152.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=37.97%
G=29.75%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018820400.220.150.06341.5463.4183.92
HexF0BCCC016F61563f54
Octal36027431402617652677124
Binary11110000101111001100110001011011111101010101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0bccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0bccc; }

 p { color: rgb(240,188,204); }

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

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

 a { background-color: rgb(240,188,204); }

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

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

 span { border-color: rgb(240,188,204); }

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