Html Css Color HEX #FEAFFE Lavender Rose

📋 copy color: '#FEAFFE'

red 254 ◦ green 175 ◦ blue 254

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

Shades of Lavender Rose #FEAFFE

Tints of Lavender Rose #FEAFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.62%

 BLUE value IS 254 (99.61% from 255) = 37.19%

R = 37.19%
G = 25.62%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEAFFE (or 0xFEAFFE) is known color: Lavender Rose. HEX triplet: FE, AF and FE. RGB value is (254,175,254). Sum of RGB (Red+Green+Blue) = 254+175+254=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 175 (68.75% from 255 or 25.62% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEAFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFFE is #015001. Grayscale: #CFCFCF. Windows color (decimal): -86018 or 16691198. OLE color: 16691198.

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

Color convert

RGB 254 175 254 -
CMYK 0 0.31 0 0.00
HSL 300º 0.98% 0.84% -
HSV(B) 300º 0.31% 1% -
XYZ 74.09 58.89 101.23 -
YUV 207.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 254 175 254 0 0.31 0 0.00 300 0.98 0.84
Hex FE AF FE 0 1F 0 0 12C 62 54
Octal 376 257 376 0 37 0 0 454 142 124
Binary 11111110 10101111 11111110 0 11111 0 0 100101100 1100010 1010100

Color Harmonies of #FEAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAFFE

Black with #FEAFFE

Text Example


Text Example

White with #FEAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAFFE; }

 p { color: rgb(254,175,254); }

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

background-color css

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

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

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

border-color css

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

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

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