#F0BFCC

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

Shades of Chantilly #F0BFCC

Tints of Chantilly #F0BFCC

Color information

#F0BFCC (or 0xF0BFCC) is unknown color: approx Chantilly. HEX triplet: F0, BF and CC. RGB value is (240,191,204). Sum of RGB (Red+Green+Blue) = 240+191+204=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFCC is #0F4033. Grayscale: #CFCFCF. Windows color (decimal): -999476 or 13418480. OLE color: 13418480.

HSL color Cylindrical-coordinate representation of color #F0BFCC: hue angle of 344.08º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFCC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240191204-
CMYK00.200.150.06
HSL344.08º62.03%84.51%-
HSV(B)344.08º20.42%94.12%-
XYZ65.4760.1565.29-
YUV207.13126.23151.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=37.80%
G=30.08%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019120400.200.150.06344.0862.0384.51
HexF0BFCC014F61583e55
Octal36027731402417653076125
Binary11110000101111111100110001010011111101010110001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFCC; }

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

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

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

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

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

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

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

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