Html Css Color HEX #FFBEFA Lavender Rose

📋 copy color: '#FFBEFA'

red 255 ◦ green 190 ◦ blue 250

#FFBEFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FFBEFA

Tints of Lavender Rose #FFBEFA

RGB

 RED value IS 255 (100% from 255) = 36.69%

 GREEN value IS 190 (74.61% from 255) = 27.34%

 BLUE value IS 250 (98.05% from 255) = 35.97%

R = 36.69%
G = 27.34%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFBEFA (or 0xFFBEFA) is known color: Lavender Rose. HEX triplet: FF, BE and FA. RGB value is (255,190,250). Sum of RGB (Red+Green+Blue) = 255+190+250=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 190 (74.61% from 255 or 27.34% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEFA is #004105. Grayscale: #D8D8D8. Windows color (decimal): -16646 or 16432895. OLE color: 16432895.

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

Color convert

RGB 255 190 250 -
CMYK 0 0.25 0.02 0
HSL 304.62º 1% 0.87% -
HSV(B) 304.62º 0.25% 1% -
XYZ 76.91 64.99 98.93 -
YUV 216.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 255 190 250 0 0.25 0.02 0 304.62 1 0.87
Hex FF BE FA 0 19 2 0 131 64 57
Octal 377 276 372 0 31 2 0 461 144 127
Binary 11111111 10111110 11111010 0 11001 10 0 100110001 1100100 1010111

Color Harmonies of #FFBEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEFA

Black with #FFBEFA

Text Example


Text Example

White with #FFBEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBEFA; }

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

 H1.HeaderClassName
 {
   color: #FFBEFA;
 }
 .AnyTagClassName
 {
   color: #FFBEFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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