#F8BBC2

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

Shades of Azalea #F8BBC2

Tints of Azalea #F8BBC2

Color information

#F8BBC2 (or 0xF8BBC2) is unknown color: approx Azalea. HEX triplet: F8, BB and C2. RGB value is (248,187,194). Sum of RGB (Red+Green+Blue) = 248+187+194=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC2 is #07443D. Grayscale: #CECECE. Windows color (decimal): -476222 or 12762104. OLE color: 12762104.

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

Color convert

RGB248187194-
CMYK00.250.220.03
HSL353.11º81.33%85.29%-
HSV(B)353.11º24.6%97.25%-
XYZ66.2259.3959.01-
YUV206.04121.21157.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 194 (76.17% from 255) = 30.84%
R=39.43%
G=29.73%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818719400.250.220.03353.1181.3385.29
HexF8BBC20191631615155
Octal370273302031263541121125
Binary111110001011101111000010011001101101110110000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBC2; }

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

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

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

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

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

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

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

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