#FEACFC

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

Shades of Lavender Rose #FEACFC

Tints of Lavender Rose #FEACFC

Color information

#FEACFC (or 0xFEACFC) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and FC. RGB value is (254,172,252). Sum of RGB (Red+Green+Blue) = 254+172+252=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 172 (67.58% from 255 or 25.37% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACFC is #015303. Grayscale: #CDCDCD. Windows color (decimal): -86788 or 16559358. OLE color: 16559358.

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

Color convert

RGB254172252-
CMYK00.320.010.00
HSL301.46º97.62%83.53%-
HSV(B)301.46º32.28%99.61%-
XYZ73.257.699.36-
YUV205.64154.17162.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 172 (67.58% from 255) = 25.37%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=37.46%
G=25.37%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417225200.320.010.00301.4697.6283.53
HexFEACFC0201012d6254
Octal37625437404010455142124
Binary11111110101011001111110001000001010010110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACFC; }

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

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

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

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

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

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

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

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