Html Css Color HEX #FEBFC2 Azalea

📋 copy color: '#FEBFC2'

red 254 ◦ green 191 ◦ blue 194

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

Shades of Azalea #FEBFC2

Tints of Azalea #FEBFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.36%

R = 39.75%
G = 29.89%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEBFC2 (or 0xFEBFC2) is known color: Azalea. HEX triplet: FE, BF and C2. RGB value is (254,191,194). Sum of RGB (Red+Green+Blue) = 254+191+194=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC2 is #01403D. Grayscale: #D2D2D2. Windows color (decimal): -81982 or 12763134. OLE color: 12763134.

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

Color convert

RGB 254 191 194 -
CMYK 0 0.25 0.24 0.00
HSL 357.14º 0.97% 0.87% -
HSV(B) 357.14º 0.25% 1% -
XYZ 69.24 62.23 59.4 -
YUV 210.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 254 191 194 0 0.25 0.24 0.00 357.14 0.97 0.87
Hex FE BF C2 0 19 18 0 165 61 57
Octal 376 277 302 0 31 30 0 545 141 127
Binary 11111110 10111111 11000010 0 11001 11000 0 101100101 1100001 1010111

Color Harmonies of #FEBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFC2

Black with #FEBFC2

Text Example


Text Example

White with #FEBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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