Html Css Color HEX #FAF7A0 Pale Prim

📋 copy color: '#FAF7A0'

red 250 ◦ green 247 ◦ blue 160

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

Shades of Pale Prim #FAF7A0

Tints of Pale Prim #FAF7A0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.6%

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

R = 38.05%
G = 37.6%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAF7A0 (or 0xFAF7A0) is known color: Pale Prim. HEX triplet: FA, F7 and A0. RGB value is (250,247,160). Sum of RGB (Red+Green+Blue) = 250+247+160=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 160 (62.89% from 255 or 24.35% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF7A0 is #05085F. Grayscale: #EEEEEE. Windows color (decimal): -329824 or 10549242. OLE color: 10549242.

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

Color convert

RGB 250 247 160 -
CMYK 0 0.01 0.36 0.02
HSL 58º 0.9% 0.8% -
HSV(B) 58º 0.36% 0.98% -
XYZ 79.03 89.38 46.35 -
YUV 237.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 250 247 160 0 0.01 0.36 0.02 58 0.9 0.8
Hex FA F7 A0 0 1 24 2 3A 5A 50
Octal 372 367 240 0 1 44 2 72 132 120
Binary 11111010 11110111 10100000 0 1 100100 10 111010 1011010 1010000

Color Harmonies of #FAF7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7A0

Black with #FAF7A0

Text Example


Text Example

White with #FAF7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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