Html Css Color HEX #FEAEEA Lavender Rose

📋 copy color: '#FEAEEA'

red 254 ◦ green 174 ◦ blue 234

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

Shades of Lavender Rose #FEAEEA

Tints of Lavender Rose #FEAEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.28%

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 38.37%
G = 26.28%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEAEEA (or 0xFEAEEA) is known color: Lavender Rose. HEX triplet: FE, AE and EA. RGB value is (254,174,234). Sum of RGB (Red+Green+Blue) = 254+174+234=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAEEA is #015115. Grayscale: #CCCCCC. Windows color (decimal): -86294 or 15380222. OLE color: 15380222.

HSL color Cylindrical-coordinate representation of color #FEAEEA: hue angle of 315º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEEA is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 174 234 -
CMYK 0 0.31 0.08 0.00
HSL 315º 0.98% 0.84% -
HSV(B) 315º 0.31% 1% -
XYZ 70.86 57.28 85.16 -
YUV 204.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 254 174 234 0 0.31 0.08 0.00 315 0.98 0.84
Hex FE AE EA 0 1F 8 0 13B 62 54
Octal 376 256 352 0 37 10 0 473 142 124
Binary 11111110 10101110 11101010 0 11111 1000 0 100111011 1100010 1010100

Color Harmonies of #FEAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAEEA

Black with #FEAEEA

Text Example


Text Example

White with #FEAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAEEA; }

 p { color: rgb(254,174,234); }

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

background-color css

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

 a { background-color: rgb(254,174,234); }

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

border-color css

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

 span { border-color: rgb(254,174,234); }

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