#F4B9CA

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

Shades of Chantilly #F4B9CA

Tints of Chantilly #F4B9CA

Color information

#F4B9CA (or 0xF4B9CA) is unknown color: approx Chantilly. HEX triplet: F4, B9 and CA. RGB value is (244,185,202). Sum of RGB (Red+Green+Blue) = 244+185+202=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B9CA is #0B4635. Grayscale: #CCCCCC. Windows color (decimal): -738870 or 13285876. OLE color: 13285876.

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

Color convert

RGB244185202-
CMYK00.240.170.04
HSL342.71º72.84%84.12%-
HSV(B)342.71º24.18%95.69%-
XYZ65.3258.263.67-
YUV204.58126.55156.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.67%
GREEN value IS 185 (72.66% from 255) = 29.32%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=38.67%
G=29.32%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418520200.240.170.04342.7172.8484.12
HexF4B9CA0181141574954
Octal364271312030214527111124
Binary1111010010111001110010100110001000110010101011110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B9CA; }

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

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

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

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

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

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

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

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