Html Css Color HEX #FAAFD4 Lavender Pink

📋 copy color: '#FAAFD4'

red 250 ◦ green 175 ◦ blue 212

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

Shades of Lavender Pink #FAAFD4

Tints of Lavender Pink #FAAFD4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.47%

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

R = 39.25%
G = 27.47%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAAFD4 (or 0xFAAFD4) is known color: Lavender Pink. HEX triplet: FA, AF and D4. RGB value is (250,175,212). Sum of RGB (Red+Green+Blue) = 250+175+212=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD4 is #05502B. Grayscale: #C9C9C9. Windows color (decimal): -348204 or 13938682. OLE color: 13938682.

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

Color convert

RGB 250 175 212 -
CMYK 0 0.3 0.15 0.02
HSL 330.4º 0.88% 0.83% -
HSV(B) 330.4º 0.3% 0.98% -
XYZ 66.64 55.74 69.53 -
YUV 201.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 250 175 212 0 0.3 0.15 0.02 330.4 0.88 0.83
Hex FA AF D4 0 1E F 2 14A 58 53
Octal 372 257 324 0 36 17 2 512 130 123
Binary 11111010 10101111 11010100 0 11110 1111 10 101001010 1011000 1010011

Color Harmonies of #FAAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFD4

Black with #FAAFD4

Text Example


Text Example

White with #FAAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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