Html Css Color HEX #FEB2FE Lavender Rose

📋 copy color: '#FEB2FE'

red 254 ◦ green 178 ◦ blue 254

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

Shades of Lavender Rose #FEB2FE

Tints of Lavender Rose #FEB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 25.95%

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

R = 37.03%
G = 25.95%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEB2FE (or 0xFEB2FE) is known color: Lavender Rose. HEX triplet: FE, B2 and FE. RGB value is (254,178,254). Sum of RGB (Red+Green+Blue) = 254+178+254=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 178 (69.92% from 255 or 25.95% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2FE is #014D01. Grayscale: #D1D1D1. Windows color (decimal): -85250 or 16691966. OLE color: 16691966.

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

Color convert

RGB 254 178 254 -
CMYK 0 0.30 0 0.00
HSL 300º 0.97% 0.85% -
HSV(B) 300º 0.3% 1% -
XYZ 74.68 60.07 101.42 -
YUV 209.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 254 178 254 0 0.30 0 0.00 300 0.97 0.85
Hex FE B2 FE 0 1E 0 0 12C 61 55
Octal 376 262 376 0 36 0 0 454 141 125
Binary 11111110 10110010 11111110 0 11110 0 0 100101100 1100001 1010101

Color Harmonies of #FEB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2FE

Black with #FEB2FE

Text Example


Text Example

White with #FEB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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