#FE9CF4

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

Shades of Lavender Rose #FE9CF4

Tints of Lavender Rose #FE9CF4

Color information

#FE9CF4 (or 0xFE9CF4) is unknown color: approx Lavender Rose. HEX triplet: FE, 9C and F4. RGB value is (254,156,244). Sum of RGB (Red+Green+Blue) = 254+156+244=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 156 (61.33% from 255 or 23.85% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CF4 is #01630B. Grayscale: #C3C3C3. Windows color (decimal): -90892 or 16030974. OLE color: 16030974.

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

Color convert

RGB254156244-
CMYK00.390.040.00
HSL306.12º98%80.39%-
HSV(B)306.12º38.58%99.61%-
XYZ69.0951.3891.86-
YUV195.33155.47169.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 156 (61.33% from 255) = 23.85%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=38.84%
G=23.85%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415624400.390.040.00306.129880.39
HexFE9CF4027401326250
Octal37623436404740462142120
Binary1111111010011100111101000100111100010011001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CF4; }

 p { color: rgb(254,156,244); }

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

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

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

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

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

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

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