Html Css Color HEX #FEB6FA Lavender Rose

📋 copy color: '#FEB6FA'

red 254 ◦ green 182 ◦ blue 250

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

Shades of Lavender Rose #FEB6FA

Tints of Lavender Rose #FEB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.53%

 BLUE value IS 250 (98.05% from 255) = 36.44%

R = 37.03%
G = 26.53%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEB6FA (or 0xFEB6FA) is known color: Lavender Rose. HEX triplet: FE, B6 and FA. RGB value is (254,182,250). Sum of RGB (Red+Green+Blue) = 254+182+250=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 182 (71.48% from 255 or 26.53% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6FA is #014905. Grayscale: #D3D3D3. Windows color (decimal): -84230 or 16430846. OLE color: 16430846.

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

Color convert

RGB 254 182 250 -
CMYK 0 0.28 0.02 0.00
HSL 303.33º 0.97% 0.85% -
HSV(B) 303.33º 0.28% 1% -
XYZ 74.86 61.43 98.35 -
YUV 211.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 254 182 250 0 0.28 0.02 0.00 303.33 0.97 0.85
Hex FE B6 FA 0 1C 2 0 12F 61 55
Octal 376 266 372 0 34 2 0 457 141 125
Binary 11111110 10110110 11111010 0 11100 10 0 100101111 1100001 1010101

Color Harmonies of #FEB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6FA

Black with #FEB6FA

Text Example


Text Example

White with #FEB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6FA; }

 p { color: rgb(254,182,250); }

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

background-color css

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

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

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

border-color css

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

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

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