#FEBFC1

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

Shades of Azalea #FEBFC1

Tints of Azalea #FEBFC1

Color information

#FEBFC1 (or 0xFEBFC1) is unknown color: approx Azalea. HEX triplet: FE, BF and C1. RGB value is (254,191,193). Sum of RGB (Red+Green+Blue) = 254+191+193=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC1 is #01403E. Grayscale: #D2D2D2. Windows color (decimal): -81983 or 12697598. OLE color: 12697598.

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

Color convert

RGB254191193-
CMYK00.250.240.00
HSL358.1º96.92%87.25%-
HSV(B)358.1º24.8%99.61%-
XYZ69.1362.1858.81-
YUV210.06118.37159.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 193 (75.78% from 255) = 30.25%
R=39.81%
G=29.94%
B=30.25%

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
Decimal25419119300.250.240.00358.196.9287.25
HexFEBFC10191801666157
Octal376277301031300546141127
Binary11111110101111111100000101100111000010110011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFC1; }

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

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

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

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

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

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

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

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