#F2BFCC

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

Shades of Chantilly #F2BFCC

Tints of Chantilly #F2BFCC

Color information

#F2BFCC (or 0xF2BFCC) is unknown color: approx Chantilly. HEX triplet: F2, BF and CC. RGB value is (242,191,204). Sum of RGB (Red+Green+Blue) = 242+191+204=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFCC is #0D4033. Grayscale: #CFCFCF. Windows color (decimal): -868404 or 13418482. OLE color: 13418482.

HSL color Cylindrical-coordinate representation of color #F2BFCC: hue angle of 344.71º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFCC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242191204-
CMYK00.210.160.05
HSL344.71º66.23%84.9%-
HSV(B)344.71º21.07%94.9%-
XYZ66.1560.565.32-
YUV207.73125.9152.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=37.99%
G=29.98%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219120400.210.160.05344.7166.2384.9
HexF2BFCC0151051594255
Octal362277314025205531102125
Binary1111001010111111110011000101011000010110101100110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFCC; }

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

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

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

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

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

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

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

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