Html Css Color HEX #FAAFE1 Lavender Rose

📋 copy color: '#FAAFE1'

red 250 ◦ green 175 ◦ blue 225

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

Shades of Lavender Rose #FAAFE1

Tints of Lavender Rose #FAAFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 38.46%
G = 26.92%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAAFE1 (or 0xFAAFE1) is known color: Lavender Rose. HEX triplet: FA, AF and E1. RGB value is (250,175,225). Sum of RGB (Red+Green+Blue) = 250+175+225=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFE1 is #05501E. Grayscale: #CBCBCB. Windows color (decimal): -348191 or 14790650. OLE color: 14790650.

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

Color convert

RGB 250 175 225 -
CMYK 0 0.3 0.10 0.02
HSL 320º 0.88% 0.83% -
HSV(B) 320º 0.3% 0.98% -
XYZ 68.34 56.42 78.52 -
YUV 203.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 250 175 225 0 0.3 0.10 0.02 320 0.88 0.83
Hex FA AF E1 0 1E A 2 140 58 53
Octal 372 257 341 0 36 12 2 500 130 123
Binary 11111010 10101111 11100001 0 11110 1010 10 101000000 1011000 1010011

Color Harmonies of #FAAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFE1

Black with #FAAFE1

Text Example


Text Example

White with #FAAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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