#FEAFF0

Color #FEAFF0 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FEAFF0

Tints of Lavender Rose #FEAFF0

Color information

#FEAFF0 (or 0xFEAFF0) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and F0. RGB value is (254,175,240). Sum of RGB (Red+Green+Blue) = 254+175+240=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFF0 is #01500F. Grayscale: #CDCDCD. Windows color (decimal): -86032 or 15773694. OLE color: 15773694.

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

Color convert

RGB254175240-
CMYK00.310.060.00
HSL310.63º97.53%84.12%-
HSV(B)310.63º31.1%99.61%-
XYZ71.9358.0289.85-
YUV206.03147.17162.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 175 (68.75% from 255) = 26.16%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=37.97%
G=26.16%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417524000.310.060.00310.6397.5384.12
HexFEAFF001F601376254
Octal37625736003760467142124
Binary111111101010111111110000011111110010011011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFF0; }

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

 H1.HeaderClassName
 {
   color: #FEAFF0;
 }
 .AnyTagClassName
 {
   color: #FEAFF0;
 }
</style>
background-color css

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

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

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

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

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

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