#F4BDCF

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

Shades of Chantilly #F4BDCF

Tints of Chantilly #F4BDCF

Color information

#F4BDCF (or 0xF4BDCF) is unknown color: approx Chantilly. HEX triplet: F4, BD and CF. RGB value is (244,189,207). Sum of RGB (Red+Green+Blue) = 244+189+207=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDCF is #0B4230. Grayscale: #CFCFCF. Windows color (decimal): -737841 or 13614580. OLE color: 13614580.

HSL color Cylindrical-coordinate representation of color #F4BDCF: hue angle of 340.36º 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 #F4BDCF is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244189207-
CMYK00.230.150.04
HSL340.36º71.43%84.9%-
HSV(B)340.36º22.54%95.69%-
XYZ66.7760.1367.12-
YUV207.5127.72154.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=38.12%
G=29.53%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418920700.230.150.04340.3671.4384.9
HexF4BDCF017F41544755
Octal364275317027174524107125
Binary111101001011110111001111010111111110010101010010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDCF; }

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

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

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

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

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

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

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

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