Html Css Color HEX #FFBEF1 Lavender Rose

📋 copy color: '#FFBEF1'

red 255 ◦ green 190 ◦ blue 241

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

Shades of Lavender Rose #FFBEF1

Tints of Lavender Rose #FFBEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.13%

R = 37.17%
G = 27.7%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFBEF1 (or 0xFFBEF1) is known color: Lavender Rose. HEX triplet: FF, BE and F1. RGB value is (255,190,241). Sum of RGB (Red+Green+Blue) = 255+190+241=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF1 is #00410E. Grayscale: #D7D7D7. Windows color (decimal): -16655 or 15843071. OLE color: 15843071.

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

Color convert

RGB 255 190 241 -
CMYK 0 0.25 0.05 0
HSL 312.92º 1% 0.87% -
HSV(B) 312.92º 0.25% 1% -
XYZ 75.53 64.44 91.68 -
YUV 215.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 255 190 241 0 0.25 0.05 0 312.92 1 0.87
Hex FF BE F1 0 19 5 0 139 64 57
Octal 377 276 361 0 31 5 0 471 144 127
Binary 11111111 10111110 11110001 0 11001 101 0 100111001 1100100 1010111

Color Harmonies of #FFBEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEF1

Black with #FFBEF1

Text Example


Text Example

White with #FFBEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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