Html Css Color HEX #FEB2FB Lavender Rose

📋 copy color: '#FEB2FB'

red 254 ◦ green 178 ◦ blue 251

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

Shades of Lavender Rose #FEB2FB

Tints of Lavender Rose #FEB2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.75%

R = 37.19%
G = 26.06%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEB2FB (or 0xFEB2FB) is known color: Lavender Rose. HEX triplet: FE, B2 and FB. RGB value is (254,178,251). Sum of RGB (Red+Green+Blue) = 254+178+251=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 178 (69.92% from 255 or 26.06% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2FB is #014D04. Grayscale: #D0D0D0. Windows color (decimal): -85253 or 16495358. OLE color: 16495358.

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

Color convert

RGB 254 178 251 -
CMYK 0 0.30 0.01 0.00
HSL 302.37º 0.97% 0.85% -
HSV(B) 302.37º 0.3% 1% -
XYZ 74.21 59.88 98.91 -
YUV 209.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 254 178 251 0 0.30 0.01 0.00 302.37 0.97 0.85
Hex FE B2 FB 0 1E 1 0 12E 61 55
Octal 376 262 373 0 36 1 0 456 141 125
Binary 11111110 10110010 11111011 0 11110 1 0 100101110 1100001 1010101

Color Harmonies of #FEB2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2FB

Black with #FEB2FB

Text Example


Text Example

White with #FEB2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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