#FFBEFC

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

Shades of Lavender Rose #FFBEFC

Tints of Lavender Rose #FFBEFC

Color information

#FFBEFC (or 0xFFBEFC) is unknown color: approx Lavender Rose. HEX triplet: FF, BE and FC. RGB value is (255,190,252). Sum of RGB (Red+Green+Blue) = 255+190+252=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 190 (74.61% from 255 or 27.26% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEFC is #004103. Grayscale: #D8D8D8. Windows color (decimal): -16644 or 16563967. OLE color: 16563967.

HSL color Cylindrical-coordinate representation of color #FFBEFC: hue angle of 302.77º 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 #FFBEFC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255190252-
CMYK00.250.010
HSL302.77º100%87.25%-
HSV(B)302.77º25.49%100%-
XYZ77.2265.12100.59-
YUV216.5148.03155.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 190 (74.61% from 255) = 27.26%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=36.59%
G=27.26%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519025200.250.010302.7710087.25
HexFFBEFC0191012f6457
Octal37727637403110457144127
Binary1111111110111110111111000110011010010111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEFC; }

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

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

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

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

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

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

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

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