Html Css Color HEX #FEAEEE Lavender Rose

📋 copy color: '#FEAEEE'

red 254 ◦ green 174 ◦ blue 238

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

Shades of Lavender Rose #FEAEEE

Tints of Lavender Rose #FEAEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.74%

R = 38.14%
G = 26.13%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEAEEE (or 0xFEAEEE) is known color: Lavender Rose. HEX triplet: FE, AE and EE. RGB value is (254,174,238). Sum of RGB (Red+Green+Blue) = 254+174+238=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 174 (68.36% from 255 or 26.13% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAEEE is #015111. Grayscale: #CDCDCD. Windows color (decimal): -86290 or 15642366. OLE color: 15642366.

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

Color convert

RGB 254 174 238 -
CMYK 0 0.31 0.06 0.00
HSL 312º 0.98% 0.84% -
HSV(B) 312º 0.31% 1% -
XYZ 71.44 57.52 88.23 -
YUV 205.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 254 174 238 0 0.31 0.06 0.00 312 0.98 0.84
Hex FE AE EE 0 1F 6 0 138 62 54
Octal 376 256 356 0 37 6 0 470 142 124
Binary 11111110 10101110 11101110 0 11111 110 0 100111000 1100010 1010100

Color Harmonies of #FEAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAEEE

Black with #FEAEEE

Text Example


Text Example

White with #FEAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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