#F8BDC2

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

Shades of Azalea #F8BDC2

Tints of Azalea #F8BDC2

Color information

#F8BDC2 (or 0xF8BDC2) is unknown color: approx Azalea. HEX triplet: F8, BD and C2. RGB value is (248,189,194). Sum of RGB (Red+Green+Blue) = 248+189+194=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC2 is #07423D. Grayscale: #CFCFCF. Windows color (decimal): -475710 or 12762616. OLE color: 12762616.

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

Color convert

RGB248189194-
CMYK00.240.220.03
HSL354.92º80.82%85.69%-
HSV(B)354.92º23.79%97.25%-
XYZ66.6560.2559.16-
YUV207.21120.55157.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 194 (76.17% from 255) = 30.74%
R=39.30%
G=29.95%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818919400.240.220.03354.9280.8285.69
HexF8BDC20181631635156
Octal370275302030263543121126
Binary111110001011110111000010011000101101110110001110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDC2; }

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

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

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

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

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

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

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

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