#F4BDCA

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

Shades of Chantilly #F4BDCA

Tints of Chantilly #F4BDCA

Color information

#F4BDCA (or 0xF4BDCA) is unknown color: approx Chantilly. HEX triplet: F4, BD and CA. RGB value is (244,189,202). Sum of RGB (Red+Green+Blue) = 244+189+202=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDCA is #0B4235. Grayscale: #CECECE. Windows color (decimal): -737846 or 13286900. OLE color: 13286900.

HSL color Cylindrical-coordinate representation of color #F4BDCA: hue angle of 345.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BDCA is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244189202-
CMYK00.230.170.04
HSL345.82º71.43%84.9%-
HSV(B)345.82º22.54%95.69%-
XYZ66.1759.8963.95-
YUV206.93125.22154.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.43%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=38.43%
G=29.76%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418920200.230.170.04345.8271.4384.9
HexF4BDCA01711415a4755
Octal364275312027214532107125
Binary1111010010111101110010100101111000110010101101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDCA; }

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

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

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

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

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

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

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

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