#F8BDC0

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

Shades of Azalea #F8BDC0

Tints of Azalea #F8BDC0

Color information

#F8BDC0 (or 0xF8BDC0) is unknown color: approx Azalea. HEX triplet: F8, BD and C0. RGB value is (248,189,192). Sum of RGB (Red+Green+Blue) = 248+189+192=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC0 is #07423F. Grayscale: #CFCFCF. Windows color (decimal): -475712 or 12631544. OLE color: 12631544.

HSL color Cylindrical-coordinate representation of color #F8BDC0: hue angle of 356.95º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDC0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248189192-
CMYK00.240.230.03
HSL356.95º80.82%85.69%-
HSV(B)356.95º23.79%97.25%-
XYZ66.4260.1657.98-
YUV206.98119.55157.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=39.43%
G=30.05%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818919200.240.230.03356.9580.8285.69
HexF8BDC00181731655156
Octal370275300030273545121126
Binary111110001011110111000000011000101111110110010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDC0; }

 p { color: rgb(248,189,192); }

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

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

 a { background-color: rgb(248,189,192); }

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

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

 span { border-color: rgb(248,189,192); }

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