Html Css Color HEX #FAB2E0 Lavender Rose

📋 copy color: '#FAB2E0'

red 250 ◦ green 178 ◦ blue 224

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

Shades of Lavender Rose #FAB2E0

Tints of Lavender Rose #FAB2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.36%

R = 38.34%
G = 27.3%
B = 34.36%

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

#FAB2E0 (or 0xFAB2E0) is known color: Lavender Rose. HEX triplet: FA, B2 and E0. RGB value is (250,178,224). Sum of RGB (Red+Green+Blue) = 250+178+224=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2E0 is #054D1F. Grayscale: #CCCCCC. Windows color (decimal): -347424 or 14725882. OLE color: 14725882.

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

Color convert

RGB 250 178 224 -
CMYK 0 0.29 0.10 0.02
HSL 321.67º 0.88% 0.84% -
HSV(B) 321.67º 0.29% 0.98% -
XYZ 68.8 57.55 78 -
YUV 204.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 250 178 224 0 0.29 0.10 0.02 321.67 0.88 0.84
Hex FA B2 E0 0 1D A 2 142 58 54
Octal 372 262 340 0 35 12 2 502 130 124
Binary 11111010 10110010 11100000 0 11101 1010 10 101000010 1011000 1010100

Color Harmonies of #FAB2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2E0

Black with #FAB2E0

Text Example


Text Example

White with #FAB2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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