#FFBEFD

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

Shades of Lavender Rose #FFBEFD

Tints of Lavender Rose #FFBEFD

Color information

#FFBEFD (or 0xFFBEFD) is unknown color: approx Lavender Rose. HEX triplet: FF, BE and FD. RGB value is (255,190,253). Sum of RGB (Red+Green+Blue) = 255+190+253=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 190 (74.61% from 255 or 27.22% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEFD is #004102. Grayscale: #D8D8D8. Windows color (decimal): -16643 or 16629503. OLE color: 16629503.

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

Color convert

RGB255190253-
CMYK00.250.010
HSL301.85º100%87.25%-
HSV(B)301.85º25.49%100%-
XYZ77.3865.18101.43-
YUV216.62148.53155.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 190 (74.61% from 255) = 27.22%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=36.53%
G=27.22%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519025300.250.010301.8510087.25
HexFFBEFD0191012e6457
Octal37727637503110456144127
Binary1111111110111110111111010110011010010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEFD; }

 p { color: rgb(255,190,253); }

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

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

 a { background-color: rgb(255,190,253); }

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

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

 span { border-color: rgb(255,190,253); }

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