#F9BEC4

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

Shades of Azalea #F9BEC4

Tints of Azalea #F9BEC4

Color information

#F9BEC4 (or 0xF9BEC4) is unknown color: approx Azalea. HEX triplet: F9, BE and C4. RGB value is (249,190,196). Sum of RGB (Red+Green+Blue) = 249+190+196=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEC4 is #06413B. Grayscale: #D0D0D0. Windows color (decimal): -409916 or 12893945. OLE color: 12893945.

HSL color Cylindrical-coordinate representation of color #F9BEC4: hue angle of 353.9º 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 #F9BEC4 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249190196-
CMYK00.240.210.02
HSL353.9º83.1%86.08%-
HSV(B)353.9º23.69%97.65%-
XYZ67.4460.9560.43-
YUV208.32121.05157.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 196 (76.95% from 255) = 30.87%
R=39.21%
G=29.92%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919019600.240.210.02353.983.186.08
HexF9BEC40181521625356
Octal371276304030252542123126
Binary111110011011111011000100011000101011010110001010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BEC4; }

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

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

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

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

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

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

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

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