Html Css Color HEX #FAA3E4 Lavender Rose

📋 copy color: '#FAA3E4'

red 250 ◦ green 163 ◦ blue 228

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

Shades of Lavender Rose #FAA3E4

Tints of Lavender Rose #FAA3E4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.43%

 BLUE value IS 228 (89.45% from 255) = 35.57%

R = 39%
G = 25.43%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAA3E4 (or 0xFAA3E4) is known color: Lavender Rose. HEX triplet: FA, A3 and E4. RGB value is (250,163,228). Sum of RGB (Red+Green+Blue) = 250+163+228=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3E4 is #055C1B. Grayscale: #C4C4C4. Windows color (decimal): -351260 or 14984186. OLE color: 14984186.

HSL color Cylindrical-coordinate representation of color #FAA3E4: hue angle of 315.17º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3E4 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 228 -
CMYK 0 0.35 0.09 0.02
HSL 315.17º 0.9% 0.81% -
HSV(B) 315.17º 0.35% 0.98% -
XYZ 66.53 52.12 79.95 -
YUV 196.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 250 163 228 0 0.35 0.09 0.02 315.17 0.9 0.81
Hex FA A3 E4 0 23 9 2 13B 5A 51
Octal 372 243 344 0 43 11 2 473 132 121
Binary 11111010 10100011 11100100 0 100011 1001 10 100111011 1011010 1010001

Color Harmonies of #FAA3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3E4

Black with #FAA3E4

Text Example


Text Example

White with #FAA3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3E4; }

 p { color: rgb(250,163,228); }

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

background-color css

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

 a { background-color: rgb(250,163,228); }

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

border-color css

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

 span { border-color: rgb(250,163,228); }

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