Html Css Color HEX #FEB2FD Lavender Rose

📋 copy color: '#FEB2FD'

red 254 ◦ green 178 ◦ blue 253

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

Shades of Lavender Rose #FEB2FD

Tints of Lavender Rose #FEB2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 37.08%
G = 25.99%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEB2FD (or 0xFEB2FD) is known color: Lavender Rose. HEX triplet: FE, B2 and FD. RGB value is (254,178,253). Sum of RGB (Red+Green+Blue) = 254+178+253=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 178 (69.92% from 255 or 25.99% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2FD is #014D02. Grayscale: #D1D1D1. Windows color (decimal): -85251 or 16626430. OLE color: 16626430.

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

Color convert

RGB 254 178 253 -
CMYK 0 0.30 0.00 0.00
HSL 300.79º 0.97% 0.85% -
HSV(B) 300.79º 0.3% 1% -
XYZ 74.52 60 100.58 -
YUV 209.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 254 178 253 0 0.30 0.00 0.00 300.79 0.97 0.85
Hex FE B2 FD 0 1E 0 0 12D 61 55
Octal 376 262 375 0 36 0 0 455 141 125
Binary 11111110 10110010 11111101 0 11110 0 0 100101101 1100001 1010101

Color Harmonies of #FEB2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2FD

Black with #FEB2FD

Text Example


Text Example

White with #FEB2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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