#F0BEC5

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

Shades of Azalea #F0BEC5

Tints of Azalea #F0BEC5

Color information

#F0BEC5 (or 0xF0BEC5) is unknown color: approx Azalea. HEX triplet: F0, BE and C5. RGB value is (240,190,197). Sum of RGB (Red+Green+Blue) = 240+190+197=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEC5 is #0F413A. Grayscale: #CDCDCD. Windows color (decimal): -999739 or 12959472. OLE color: 12959472.

HSL color Cylindrical-coordinate representation of color #F0BEC5: hue angle of 351.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BEC5 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240190197-
CMYK00.210.180.06
HSL351.6º62.5%84.31%-
HSV(B)351.6º20.83%94.12%-
XYZ64.4359.3860.89-
YUV205.75123.06152.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=38.28%
G=30.30%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019019700.210.180.06351.662.584.31
HexF0BEC50151261603e54
Octal36027630502522654076124
Binary111100001011111011000101010101100101101011000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEC5; }

 p { color: rgb(240,190,197); }

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

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

 a { background-color: rgb(240,190,197); }

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

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

 span { border-color: rgb(240,190,197); }

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