Html Css Color HEX #FAB4E2 Lavender Rose

📋 copy color: '#FAB4E2'

red 250 ◦ green 180 ◦ blue 226

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

Shades of Lavender Rose #FAB4E2

Tints of Lavender Rose #FAB4E2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.44%

 BLUE value IS 226 (88.67% from 255) = 34.45%

R = 38.11%
G = 27.44%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAB4E2 (or 0xFAB4E2) is known color: Lavender Rose. HEX triplet: FA, B4 and E2. RGB value is (250,180,226). Sum of RGB (Red+Green+Blue) = 250+180+226=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4E2 is #054B1D. Grayscale: #CECECE. Windows color (decimal): -346910 or 14857466. OLE color: 14857466.

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

Color convert

RGB 250 180 226 -
CMYK 0 0.28 0.10 0.02
HSL 320.57º 0.88% 0.84% -
HSV(B) 320.57º 0.28% 0.98% -
XYZ 69.47 58.46 79.57 -
YUV 206.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 250 180 226 0 0.28 0.10 0.02 320.57 0.88 0.84
Hex FA B4 E2 0 1C A 2 141 58 54
Octal 372 264 342 0 34 12 2 501 130 124
Binary 11111010 10110100 11100010 0 11100 1010 10 101000001 1011000 1010100

Color Harmonies of #FAB4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4E2

Black with #FAB4E2

Text Example


Text Example

White with #FAB4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4E2; }

 p { color: rgb(250,180,226); }

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

background-color css

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

 a { background-color: rgb(250,180,226); }

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

border-color css

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

 span { border-color: rgb(250,180,226); }

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