Html Css Color HEX #FEBFC5 Azalea

📋 copy color: '#FEBFC5'

red 254 ◦ green 191 ◦ blue 197

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

Shades of Azalea #FEBFC5

Tints of Azalea #FEBFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 29.75%

 BLUE value IS 197 (77.34% from 255) = 30.69%

R = 39.56%
G = 29.75%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEBFC5 (or 0xFEBFC5) is known color: Azalea. HEX triplet: FE, BF and C5. RGB value is (254,191,197). Sum of RGB (Red+Green+Blue) = 254+191+197=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC5 is #01403A. Grayscale: #D2D2D2. Windows color (decimal): -81979 or 12959742. OLE color: 12959742.

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

Color convert

RGB 254 191 197 -
CMYK 0 0.25 0.22 0.00
HSL 354.29º 0.97% 0.87% -
HSV(B) 354.29º 0.25% 1% -
XYZ 69.58 62.36 61.19 -
YUV 210.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 254 191 197 0 0.25 0.22 0.00 354.29 0.97 0.87
Hex FE BF C5 0 19 16 0 162 61 57
Octal 376 277 305 0 31 26 0 542 141 127
Binary 11111110 10111111 11000101 0 11001 10110 0 101100010 1100001 1010111

Color Harmonies of #FEBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFC5

Black with #FEBFC5

Text Example


Text Example

White with #FEBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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