Html Css Color HEX #FAB1E5 Lavender Rose

📋 copy color: '#FAB1E5'

red 250 ◦ green 177 ◦ blue 229

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

Shades of Lavender Rose #FAB1E5

Tints of Lavender Rose #FAB1E5

RGB

 RED value IS 250 (98.05% from 255) = 38.11%

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

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 38.11%
G = 26.98%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAB1E5 (or 0xFAB1E5) is known color: Lavender Rose. HEX triplet: FA, B1 and E5. RGB value is (250,177,229). Sum of RGB (Red+Green+Blue) = 250+177+229=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1E5 is #054E1A. Grayscale: #CCCCCC. Windows color (decimal): -347675 or 15053306. OLE color: 15053306.

HSL color Cylindrical-coordinate representation of color #FAB1E5: hue angle of 317.26º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1E5 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 229 -
CMYK 0 0.29 0.08 0.02
HSL 317.26º 0.88% 0.84% -
HSV(B) 317.26º 0.29% 0.98% -
XYZ 69.29 57.43 81.56 -
YUV 204.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 250 177 229 0 0.29 0.08 0.02 317.26 0.88 0.84
Hex FA B1 E5 0 1D 8 2 13D 58 54
Octal 372 261 345 0 35 10 2 475 130 124
Binary 11111010 10110001 11100101 0 11101 1000 10 100111101 1011000 1010100

Color Harmonies of #FAB1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1E5

Black with #FAB1E5

Text Example


Text Example

White with #FAB1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1E5; }

 p { color: rgb(250,177,229); }

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

background-color css

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

 a { background-color: rgb(250,177,229); }

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

border-color css

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

 span { border-color: rgb(250,177,229); }

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