Html Css Color HEX #FEB7FF Lavender Rose

📋 copy color: '#FEB7FF'

red 254 ◦ green 183 ◦ blue 255

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

Shades of Lavender Rose #FEB7FF

Tints of Lavender Rose #FEB7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.45%

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

R = 36.71%
G = 26.45%
B = 36.85%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEB7FF (or 0xFEB7FF) is known color: Lavender Rose. HEX triplet: FE, B7 and FF. RGB value is (254,183,255). Sum of RGB (Red+Green+Blue) = 254+183+255=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 183 (71.88% from 255 or 26.45% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7FF is #014800. Grayscale: #D4D4D4. Windows color (decimal): -83969 or 16758782. OLE color: 16758782.

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

Color convert

RGB 254 183 255 -
CMYK 0.00 0.28 0 0
HSL 299.17º 1% 0.86% -
HSV(B) 299.17º 0.28% 1% -
XYZ 75.86 62.16 102.61 -
YUV 212.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 254 183 255 0.00 0.28 0 0 299.17 1 0.86
Hex FE B7 FF 0 1C 0 0 12B 64 56
Octal 376 267 377 0 34 0 0 453 144 126
Binary 11111110 10110111 11111111 0 11100 0 0 100101011 1100100 1010110

Color Harmonies of #FEB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7FF

Black with #FEB7FF

Text Example


Text Example

White with #FEB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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