#F0BDCA

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

Shades of Chantilly #F0BDCA

Tints of Chantilly #F0BDCA

Color information

#F0BDCA (or 0xF0BDCA) is unknown color: approx Chantilly. HEX triplet: F0, BD and CA. RGB value is (240,189,202). Sum of RGB (Red+Green+Blue) = 240+189+202=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCA is #0F4235. Grayscale: #CDCDCD. Windows color (decimal): -999990 or 13286896. OLE color: 13286896.

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

Color convert

RGB240189202-
CMYK00.210.160.06
HSL344.71º62.96%84.12%-
HSV(B)344.71º21.25%94.12%-
XYZ64.7959.1863.89-
YUV205.73125.9152.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=38.03%
G=29.95%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018920200.210.160.06344.7162.9684.12
HexF0BDCA0151061593f54
Octal36027531202520653177124
Binary111100001011110111001010010101100001101010110011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDCA; }

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

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

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

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

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

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

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

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