Html Css Color HEX #FEB5FF Lavender Rose

📋 copy color: '#FEB5FF'

red 254 ◦ green 181 ◦ blue 255

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

Shades of Lavender Rose #FEB5FF

Tints of Lavender Rose #FEB5FF

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 254 181 255 -
CMYK 0.00 0.29 0 0
HSL 299.19º 1% 0.85% -
HSV(B) 299.19º 0.29% 1% -
XYZ 75.45 61.34 102.47 -
YUV 211.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 254 181 255 0.00 0.29 0 0 299.19 1 0.85
Hex FE B5 FF 0 1D 0 0 12B 64 55
Octal 376 265 377 0 35 0 0 453 144 125
Binary 11111110 10110101 11111111 0 11101 0 0 100101011 1100100 1010101

Color Harmonies of #FEB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5FF

Black with #FEB5FF

Text Example


Text Example

White with #FEB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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