Html Css Color HEX #FECBCD Azalea

📋 copy color: '#FECBCD'

red 254 ◦ green 203 ◦ blue 205

#FECBCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #FECBCD

Tints of Azalea #FECBCD

RGB

 RED value IS 254 (99.61% from 255) = 38.37%

 GREEN value IS 203 (79.69% from 255) = 30.66%

 BLUE value IS 205 (80.47% from 255) = 30.97%

R = 38.37%
G = 30.66%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FECBCD (or 0xFECBCD) is known color: Azalea. HEX triplet: FE, CB and CD. RGB value is (254,203,205). Sum of RGB (Red+Green+Blue) = 254+203+205=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBCD is #013432. Grayscale: #DADADA. Windows color (decimal): -78899 or 13487102. OLE color: 13487102.

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

Color convert

RGB 254 203 205 -
CMYK 0 0.20 0.19 0.00
HSL 357.65º 0.96% 0.9% -
HSV(B) 357.65º 0.2% 1% -
XYZ 73.25 68.19 67.06 -
YUV 218.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 254 203 205 0 0.20 0.19 0.00 357.65 0.96 0.9
Hex FE CB CD 0 14 13 0 166 60 5A
Octal 376 313 315 0 24 23 0 546 140 132
Binary 11111110 11001011 11001101 0 10100 10011 0 101100110 1100000 1011010

Color Harmonies of #FECBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBCD

Black with #FECBCD

Text Example


Text Example

White with #FECBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBCD; }

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

 H1.HeaderClassName
 {
   color: #FECBCD;
 }
 .AnyTagClassName
 {
   color: #FECBCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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