#FECACB

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

Shades of Azalea #FECACB

Tints of Azalea #FECACB

Color information

#FECACB (or 0xFECACB) is unknown color: approx Azalea. HEX triplet: FE, CA and CB. RGB value is (254,202,203). Sum of RGB (Red+Green+Blue) = 254+202+203=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FECACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECACB is #013534. Grayscale: #D9D9D9. Windows color (decimal): -79157 or 13355774. OLE color: 13355774.

HSL color Cylindrical-coordinate representation of color #FECACB: hue angle of 358.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECACB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254202203-
CMYK00.200.200.00
HSL358.85º96.3%89.41%-
HSV(B)358.85º20.47%99.61%-
XYZ72.7767.6265.72-
YUV217.66119.73153.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=38.54%
G=30.65%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420220300.200.200.00358.8596.389.41
HexFECACB0141401676059
Octal376312313024240547140131
Binary11111110110010101100101101010010100010110011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECACB; }

 p { color: rgb(254,202,203); }

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

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

 a { background-color: rgb(254,202,203); }

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

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

 span { border-color: rgb(254,202,203); }

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