Html Css Color HEX #FAADF6 Lavender Rose

📋 copy color: '#FAADF6'

red 250 ◦ green 173 ◦ blue 246

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

Shades of Lavender Rose #FAADF6

Tints of Lavender Rose #FAADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.86%

 BLUE value IS 246 (96.48% from 255) = 36.77%

R = 37.37%
G = 25.86%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAADF6 (or 0xFAADF6) is known color: Lavender Rose. HEX triplet: FA, AD and F6. RGB value is (250,173,246). Sum of RGB (Red+Green+Blue) = 250+173+246=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 173 (67.97% from 255 or 25.86% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAADF6 is #055209. Grayscale: #CCCCCC. Windows color (decimal): -348682 or 16166394. OLE color: 16166394.

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

Color convert

RGB 250 173 246 -
CMYK 0 0.31 0.02 0.02
HSL 303.12º 0.89% 0.83% -
HSV(B) 303.12º 0.31% 0.98% -
XYZ 71 56.86 94.42 -
YUV 204.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 250 173 246 0 0.31 0.02 0.02 303.12 0.89 0.83
Hex FA AD F6 0 1F 2 2 12F 59 53
Octal 372 255 366 0 37 2 2 457 131 123
Binary 11111010 10101101 11110110 0 11111 10 10 100101111 1011001 1010011

Color Harmonies of #FAADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAADF6

Black with #FAADF6

Text Example


Text Example

White with #FAADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAADF6; }

 p { color: rgb(250,173,246); }

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

background-color css

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

 a { background-color: rgb(250,173,246); }

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

border-color css

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

 span { border-color: rgb(250,173,246); }

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