Html Css Color HEX #FEB0FE Lavender Rose

📋 copy color: '#FEB0FE'

red 254 ◦ green 176 ◦ blue 254

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

Shades of Lavender Rose #FEB0FE

Tints of Lavender Rose #FEB0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 25.73%

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

R = 37.13%
G = 25.73%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEB0FE (or 0xFEB0FE) is known color: Lavender Rose. HEX triplet: FE, B0 and FE. RGB value is (254,176,254). Sum of RGB (Red+Green+Blue) = 254+176+254=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 176 (69.14% from 255 or 25.73% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0FE is #014F01. Grayscale: #CFCFCF. Windows color (decimal): -85762 or 16691454. OLE color: 16691454.

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

Color convert

RGB 254 176 254 -
CMYK 0 0.31 0 0.00
HSL 300º 0.98% 0.84% -
HSV(B) 300º 0.31% 1% -
XYZ 74.29 59.28 101.29 -
YUV 208.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 254 176 254 0 0.31 0 0.00 300 0.98 0.84
Hex FE B0 FE 0 1F 0 0 12C 62 54
Octal 376 260 376 0 37 0 0 454 142 124
Binary 11111110 10110000 11111110 0 11111 0 0 100101100 1100010 1010100

Color Harmonies of #FEB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0FE

Black with #FEB0FE

Text Example


Text Example

White with #FEB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0FE; }

 p { color: rgb(254,176,254); }

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

background-color css

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

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

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

border-color css

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

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

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