Html Css Color HEX #FEB0F6 Lavender Rose

📋 copy color: '#FEB0F6'

red 254 ◦ green 176 ◦ blue 246

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

Shades of Lavender Rose #FEB0F6

Tints of Lavender Rose #FEB0F6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.04%

 BLUE value IS 246 (96.48% from 255) = 36.39%

R = 37.57%
G = 26.04%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEB0F6 (or 0xFEB0F6) is known color: Lavender Rose. HEX triplet: FE, B0 and F6. RGB value is (254,176,246). Sum of RGB (Red+Green+Blue) = 254+176+246=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 176 (69.14% from 255 or 26.04% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0F6 is #014F09. Grayscale: #CFCFCF. Windows color (decimal): -85770 or 16167166. OLE color: 16167166.

HSL color Cylindrical-coordinate representation of color #FEB0F6: hue angle of 306.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0F6 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 176 246 -
CMYK 0 0.31 0.03 0.00
HSL 306.15º 0.98% 0.84% -
HSV(B) 306.15º 0.31% 1% -
XYZ 73.03 58.78 94.68 -
YUV 207.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 254 176 246 0 0.31 0.03 0.00 306.15 0.98 0.84
Hex FE B0 F6 0 1F 3 0 132 62 54
Octal 376 260 366 0 37 3 0 462 142 124
Binary 11111110 10110000 11110110 0 11111 11 0 100110010 1100010 1010100

Color Harmonies of #FEB0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0F6

Black with #FEB0F6

Text Example


Text Example

White with #FEB0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0F6; }

 p { color: rgb(254,176,246); }

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

background-color css

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

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

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

border-color css

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

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

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