#FEBFFA

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

Shades of Lavender Rose #FEBFFA

Tints of Lavender Rose #FEBFFA

Color information

#FEBFFA (or 0xFEBFFA) is unknown color: approx Lavender Rose. HEX triplet: FE, BF and FA. RGB value is (254,191,250). Sum of RGB (Red+Green+Blue) = 254+191+250=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 191 (75% from 255 or 27.48% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFFA is #014005. Grayscale: #D8D8D8. Windows color (decimal): -81926 or 16433150. OLE color: 16433150.

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

Color convert

RGB254191250-
CMYK00.250.020.00
HSL303.81º96.92%87.25%-
HSV(B)303.81º24.8%99.61%-
XYZ76.7665.2398.99-
YUV216.56146.87154.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 191 (75% from 255) = 27.48%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=36.55%
G=27.48%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419125000.250.020.00303.8196.9287.25
HexFEBFFA019201306157
Octal37627737203120460141127
Binary11111110101111111111101001100110010011000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFFA; }

 p { color: rgb(254,191,250); }

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

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

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

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

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

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

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