#FEBFC0

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

Shades of Azalea #FEBFC0

Tints of Azalea #FEBFC0

Color information

#FEBFC0 (or 0xFEBFC0) is unknown color: approx Azalea. HEX triplet: FE, BF and C0. RGB value is (254,191,192). Sum of RGB (Red+Green+Blue) = 254+191+192=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC0 is #01403F. Grayscale: #D2D2D2. Windows color (decimal): -81984 or 12632062. OLE color: 12632062.

HSL color Cylindrical-coordinate representation of color #FEBFC0: hue angle of 359.05º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFC0 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254191192-
CMYK00.250.240.00
HSL359.05º96.92%87.25%-
HSV(B)359.05º24.8%99.61%-
XYZ69.0262.1458.23-
YUV209.95117.87159.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 192 (75.39% from 255) = 30.14%
R=39.87%
G=29.98%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419119200.250.240.00359.0596.9287.25
HexFEBFC00191801676157
Octal376277300031300547141127
Binary11111110101111111100000001100111000010110011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFC0; }

 p { color: rgb(254,191,192); }

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

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

 a { background-color: rgb(254,191,192); }

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

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

 span { border-color: rgb(254,191,192); }

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