Html Css Color HEX #FAFAA0 Pale Prim

📋 copy color: '#FAFAA0'

red 250 ◦ green 250 ◦ blue 160

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

Shades of Pale Prim #FAFAA0

Tints of Pale Prim #FAFAA0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.88%

 BLUE value IS 160 (62.89% from 255) = 24.24%

R = 37.88%
G = 37.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAFAA0 (or 0xFAFAA0) is known color: Pale Prim. HEX triplet: FA, FA and A0. RGB value is (250,250,160). Sum of RGB (Red+Green+Blue) = 250+250+160=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 160 (62.89% from 255 or 24.24% from 660); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA0 is #05055F. Grayscale: #F0F0F0. Windows color (decimal): -329056 or 10550010. OLE color: 10550010.

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

Color convert

RGB 250 250 160 -
CMYK 0 0 0.36 0.02
HSL 60º 0.9% 0.8% -
HSV(B) 60º 0.36% 0.98% -
XYZ 79.96 91.23 46.65 -
YUV 239.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 250 250 160 0 0 0.36 0.02 60 0.9 0.8
Hex FA FA A0 0 0 24 2 3C 5A 50
Octal 372 372 240 0 0 44 2 74 132 120
Binary 11111010 11111010 10100000 0 0 100100 10 111100 1011010 1010000

Color Harmonies of #FAFAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAA0

Black with #FAFAA0

Text Example


Text Example

White with #FAFAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAA0; }

 p { color: rgb(250,250,160); }

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

background-color css

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

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

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

border-color css

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

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

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