Html Css Color HEX #FEB6FE Lavender Rose

📋 copy color: '#FEB6FE'

red 254 ◦ green 182 ◦ blue 254

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

Shades of Lavender Rose #FEB6FE

Tints of Lavender Rose #FEB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.38%

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

R = 36.81%
G = 26.38%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEB6FE (or 0xFEB6FE) is known color: Lavender Rose. HEX triplet: FE, B6 and FE. RGB value is (254,182,254). Sum of RGB (Red+Green+Blue) = 254+182+254=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 182 (71.48% from 255 or 26.38% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6FE is #014901. Grayscale: #D3D3D3. Windows color (decimal): -84226 or 16692990. OLE color: 16692990.

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

Color convert

RGB 254 182 254 -
CMYK 0 0.28 0 0.00
HSL 300º 0.97% 0.85% -
HSV(B) 300º 0.28% 1% -
XYZ 75.49 61.68 101.69 -
YUV 211.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 254 182 254 0 0.28 0 0.00 300 0.97 0.85
Hex FE B6 FE 0 1C 0 0 12C 61 55
Octal 376 266 376 0 34 0 0 454 141 125
Binary 11111110 10110110 11111110 0 11100 0 0 100101100 1100001 1010101

Color Harmonies of #FEB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6FE

Black with #FEB6FE

Text Example


Text Example

White with #FEB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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