Html Css Color HEX #FFB5FE Lavender Rose

📋 copy color: '#FFB5FE'

red 255 ◦ green 181 ◦ blue 254

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

Shades of Lavender Rose #FFB5FE

Tints of Lavender Rose #FFB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.23%

 BLUE value IS 254 (99.61% from 255) = 36.81%

R = 36.96%
G = 26.23%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFB5FE (or 0xFFB5FE) is known color: Lavender Rose. HEX triplet: FF, B5 and FE. RGB value is (255,181,254). Sum of RGB (Red+Green+Blue) = 255+181+254=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 181 (71.09% from 255 or 26.23% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5FE is #004A01. Grayscale: #D3D3D3. Windows color (decimal): -18946 or 16692735. OLE color: 16692735.

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

Color convert

RGB 255 181 254 -
CMYK 0 0.29 0.00 0
HSL 300.81º 1% 0.85% -
HSV(B) 300.81º 0.29% 1% -
XYZ 75.65 61.46 101.64 -
YUV 211.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 255 181 254 0 0.29 0.00 0 300.81 1 0.85
Hex FF B5 FE 0 1D 0 0 12D 64 55
Octal 377 265 376 0 35 0 0 455 144 125
Binary 11111111 10110101 11111110 0 11101 0 0 100101101 1100100 1010101

Color Harmonies of #FFB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5FE

Black with #FFB5FE

Text Example


Text Example

White with #FFB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5FE; }

 p { color: rgb(255,181,254); }

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

background-color css

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

 a { background-color: rgb(255,181,254); }

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

border-color css

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

 span { border-color: rgb(255,181,254); }

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