#F0B4CB

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

Shades of Chantilly #F0B4CB

Tints of Chantilly #F0B4CB

Color information

#F0B4CB (or 0xF0B4CB) is unknown color: approx Chantilly. HEX triplet: F0, B4 and CB. RGB value is (240,180,203). Sum of RGB (Red+Green+Blue) = 240+180+203=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4CB is #0F4B34. Grayscale: #C8C8C8. Windows color (decimal): -1002293 or 13350128. OLE color: 13350128.

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

Color convert

RGB240180203-
CMYK00.250.150.06
HSL337º66.67%82.35%-
HSV(B)337º25%94.12%-
XYZ63.0455.4863.89-
YUV200.56129.38156.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 180 (70.70% from 255) = 28.89%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=38.52%
G=28.89%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018020300.250.150.0633766.6782.35
HexF0B4CB019F61514352
Octal360264313031176521103122
Binary111100001011010011001011011001111111010101000110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B4CB; }

 p { color: rgb(240,180,203); }

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

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

 a { background-color: rgb(240,180,203); }

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

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

 span { border-color: rgb(240,180,203); }

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