Html Css Color HEX #FAAFCE Lavender Pink

📋 copy color: '#FAAFCE'

red 250 ◦ green 175 ◦ blue 206

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

Shades of Lavender Pink #FAAFCE

Tints of Lavender Pink #FAAFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.65%

R = 39.62%
G = 27.73%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAAFCE (or 0xFAAFCE) is known color: Lavender Pink. HEX triplet: FA, AF and CE. RGB value is (250,175,206). Sum of RGB (Red+Green+Blue) = 250+175+206=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFCE is #055031. Grayscale: #C8C8C8. Windows color (decimal): -348210 or 13545466. OLE color: 13545466.

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

Color convert

RGB 250 175 206 -
CMYK 0 0.3 0.18 0.02
HSL 335.2º 0.88% 0.83% -
HSV(B) 335.2º 0.3% 0.98% -
XYZ 65.89 55.44 65.62 -
YUV 200.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 250 175 206 0 0.3 0.18 0.02 335.2 0.88 0.83
Hex FA AF CE 0 1E 12 2 14F 58 53
Octal 372 257 316 0 36 22 2 517 130 123
Binary 11111010 10101111 11001110 0 11110 10010 10 101001111 1011000 1010011

Color Harmonies of #FAAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFCE

Black with #FAAFCE

Text Example


Text Example

White with #FAAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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