#FEACFF

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

Shades of Lavender Rose #FEACFF

Tints of Lavender Rose #FEACFF

Color information

#FEACFF (or 0xFEACFF) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and FF. RGB value is (254,172,255). Sum of RGB (Red+Green+Blue) = 254+172+255=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 172 (67.58% from 255 or 25.26% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACFF is #015300. Grayscale: #CDCDCD. Windows color (decimal): -86785 or 16755966. OLE color: 16755966.

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

Color convert

RGB254172255-
CMYK0.000.3300
HSL299.28º100%83.73%-
HSV(B)299.28º32.55%100%-
XYZ73.6857.8101.88-
YUV205.98155.67162.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 172 (67.58% from 255) = 25.26%
BLUE value IS 255 (100% from 255) = 37.44%
R=37.30%
G=25.26%
B=37.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541722550.000.3300299.2810083.73
HexFEACFF0210012b6454
Octal37625437704100453144124
Binary11111110101011001111111101000010010010101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACFF; }

 p { color: rgb(254,172,255); }

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

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

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

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

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

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

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