Html Css Color HEX #FFBEFD Lavender Rose

📋 copy color: '#FFBEFD'

red 255 ◦ green 190 ◦ blue 253

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

Shades of Lavender Rose #FFBEFD

Tints of Lavender Rose #FFBEFD

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 value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFBEFD (or 0xFFBEFD) is known color: 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

RGB 255 190 253 -
CMYK 0 0.25 0.01 0
HSL 301.85º 1% 0.87% -
HSV(B) 301.85º 0.25% 1% -
XYZ 77.38 65.18 101.43 -
YUV 216.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 255 190 253 0 0.25 0.01 0 301.85 1 0.87
Hex FF BE FD 0 19 1 0 12E 64 57
Octal 377 276 375 0 31 1 0 456 144 127
Binary 11111111 10111110 11111101 0 11001 1 0 100101110 1100100 1010111

Color Harmonies of #FFBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEFD

Black with #FFBEFD

Text Example


Text Example

White with #FFBEFD

Text Example


Text Example

HTML Codes & Css Web 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>