Html Css Color HEX #FAB0E1 Lavender Rose

📋 copy color: '#FAB0E1'

red 250 ◦ green 176 ◦ blue 225

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

Shades of Lavender Rose #FAB0E1

Tints of Lavender Rose #FAB0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.56%

R = 38.4%
G = 27.04%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAB0E1 (or 0xFAB0E1) is known color: Lavender Rose. HEX triplet: FA, B0 and E1. RGB value is (250,176,225). Sum of RGB (Red+Green+Blue) = 250+176+225=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0E1 is #054F1E. Grayscale: #CBCBCB. Windows color (decimal): -347935 or 14790906. OLE color: 14790906.

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

Color convert

RGB 250 176 225 -
CMYK 0 0.30 0.10 0.02
HSL 320.27º 0.88% 0.84% -
HSV(B) 320.27º 0.3% 0.98% -
XYZ 68.54 56.81 78.59 -
YUV 203.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 250 176 225 0 0.30 0.10 0.02 320.27 0.88 0.84
Hex FA B0 E1 0 1E A 2 140 58 54
Octal 372 260 341 0 36 12 2 500 130 124
Binary 11111010 10110000 11100001 0 11110 1010 10 101000000 1011000 1010100

Color Harmonies of #FAB0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0E1

Black with #FAB0E1

Text Example


Text Example

White with #FAB0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0E1; }

 p { color: rgb(250,176,225); }

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

background-color css

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

 a { background-color: rgb(250,176,225); }

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

border-color css

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

 span { border-color: rgb(250,176,225); }

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