#F9BEC3

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

Shades of Azalea #F9BEC3

Tints of Azalea #F9BEC3

Color information

#F9BEC3 (or 0xF9BEC3) is unknown color: approx Azalea. HEX triplet: F9, BE and C3. RGB value is (249,190,195). Sum of RGB (Red+Green+Blue) = 249+190+195=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEC3 is #06413C. Grayscale: #D0D0D0. Windows color (decimal): -409917 or 12828409. OLE color: 12828409.

HSL color Cylindrical-coordinate representation of color #F9BEC3: hue angle of 354.92º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BEC3 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB249190195-
CMYK00.240.220.02
HSL354.92º83.1%86.08%-
HSV(B)354.92º23.69%97.65%-
XYZ67.3360.9159.84-
YUV208.21120.55157.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.27%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 195 (76.56% from 255) = 30.76%
R=39.27%
G=29.97%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919019500.240.220.02354.9283.186.08
HexF9BEC30181621635356
Octal371276303030262543123126
Binary111110011011111011000011011000101101010110001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BEC3; }

 p { color: rgb(249,190,195); }

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

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

 a { background-color: rgb(249,190,195); }

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

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

 span { border-color: rgb(249,190,195); }

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