Html Css Color HEX #FEB1F2 Lavender Rose

📋 copy color: '#FEB1F2'

red 254 ◦ green 177 ◦ blue 242

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

Shades of Lavender Rose #FEB1F2

Tints of Lavender Rose #FEB1F2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.3%

 BLUE value IS 242 (94.92% from 255) = 35.96%

R = 37.74%
G = 26.3%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEB1F2 (or 0xFEB1F2) is known color: Lavender Rose. HEX triplet: FE, B1 and F2. RGB value is (254,177,242). Sum of RGB (Red+Green+Blue) = 254+177+242=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 177 (69.53% from 255 or 26.30% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1F2 is #014E0D. Grayscale: #CFCFCF. Windows color (decimal): -85518 or 15905278. OLE color: 15905278.

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

Color convert

RGB 254 177 242 -
CMYK 0 0.30 0.05 0.00
HSL 309.35º 0.97% 0.85% -
HSV(B) 309.35º 0.3% 1% -
XYZ 72.62 58.93 91.55 -
YUV 207.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 254 177 242 0 0.30 0.05 0.00 309.35 0.97 0.85
Hex FE B1 F2 0 1E 5 0 135 61 55
Octal 376 261 362 0 36 5 0 465 141 125
Binary 11111110 10110001 11110010 0 11110 101 0 100110101 1100001 1010101

Color Harmonies of #FEB1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1F2

Black with #FEB1F2

Text Example


Text Example

White with #FEB1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1F2; }

 p { color: rgb(254,177,242); }

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

background-color css

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

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

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

border-color css

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

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

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