Html Css Color HEX #FAA7D4 Lavender Pink

📋 copy color: '#FAA7D4'

red 250 ◦ green 167 ◦ blue 212

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

Shades of Lavender Pink #FAA7D4

Tints of Lavender Pink #FAA7D4

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.55%

 BLUE value IS 212 (83.2% from 255) = 33.7%

R = 39.75%
G = 26.55%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAA7D4 (or 0xFAA7D4) is known color: Lavender Pink. HEX triplet: FA, A7 and D4. RGB value is (250,167,212). Sum of RGB (Red+Green+Blue) = 250+167+212=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7D4 is #05582B. Grayscale: #C4C4C4. Windows color (decimal): -350252 or 13936634. OLE color: 13936634.

HSL color Cylindrical-coordinate representation of color #FAA7D4: hue angle of 327.47º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA7D4 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 212 -
CMYK 0 0.33 0.15 0.02
HSL 327.47º 0.89% 0.82% -
HSV(B) 327.47º 0.33% 0.98% -
XYZ 65.13 52.71 69.03 -
YUV 196.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 250 167 212 0 0.33 0.15 0.02 327.47 0.89 0.82
Hex FA A7 D4 0 21 F 2 147 59 52
Octal 372 247 324 0 41 17 2 507 131 122
Binary 11111010 10100111 11010100 0 100001 1111 10 101000111 1011001 1010010

Color Harmonies of #FAA7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7D4

Black with #FAA7D4

Text Example


Text Example

White with #FAA7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7D4; }

 p { color: rgb(250,167,212); }

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

background-color css

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

 a { background-color: rgb(250,167,212); }

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

border-color css

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

 span { border-color: rgb(250,167,212); }

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