#F0BFCA

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

Shades of Chantilly #F0BFCA

Tints of Chantilly #F0BFCA

Color information

#F0BFCA (or 0xF0BFCA) is unknown color: approx Chantilly. HEX triplet: F0, BF and CA. RGB value is (240,191,202). Sum of RGB (Red+Green+Blue) = 240+191+202=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFCA is #0F4035. Grayscale: #CECECE. Windows color (decimal): -999478 or 13287408. OLE color: 13287408.

HSL color Cylindrical-coordinate representation of color #F0BFCA: hue angle of 346.53º 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 #F0BFCA is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240191202-
CMYK00.200.160.06
HSL346.53º62.03%84.51%-
HSV(B)346.53º20.42%94.12%-
XYZ65.2360.0564.03-
YUV206.9125.23151.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=37.91%
G=30.17%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019120200.200.160.06346.5362.0384.51
HexF0BFCA01410615b3e55
Octal36027731202420653376125
Binary111100001011111111001010010100100001101010110111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFCA; }

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

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

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

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

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

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

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

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