Html Css Color HEX #FAB2E2 Lavender Rose

📋 copy color: '#FAB2E2'

red 250 ◦ green 178 ◦ blue 226

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

Shades of Lavender Rose #FAB2E2

Tints of Lavender Rose #FAB2E2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.22%

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

R = 38.23%
G = 27.22%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAB2E2 (or 0xFAB2E2) is known color: Lavender Rose. HEX triplet: FA, B2 and E2. RGB value is (250,178,226). Sum of RGB (Red+Green+Blue) = 250+178+226=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2E2 is #054D1D. Grayscale: #CCCCCC. Windows color (decimal): -347422 or 14856954. OLE color: 14856954.

HSL color Cylindrical-coordinate representation of color #FAB2E2: hue angle of 320º 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 #FAB2E2 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 226 -
CMYK 0 0.29 0.10 0.02
HSL 320º 0.88% 0.84% -
HSV(B) 320º 0.29% 0.98% -
XYZ 69.07 57.66 79.44 -
YUV 205 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 250 178 226 0 0.29 0.10 0.02 320 0.88 0.84
Hex FA B2 E2 0 1D A 2 140 58 54
Octal 372 262 342 0 35 12 2 500 130 124
Binary 11111010 10110010 11100010 0 11101 1010 10 101000000 1011000 1010100

Color Harmonies of #FAB2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2E2

Black with #FAB2E2

Text Example


Text Example

White with #FAB2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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