Html Css Color HEX #FAF5A1 Pale Prim

📋 copy color: '#FAF5A1'

red 250 ◦ green 245 ◦ blue 161

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

Shades of Pale Prim #FAF5A1

Tints of Pale Prim #FAF5A1

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.35%

 BLUE value IS 161 (63.28% from 255) = 24.54%

R = 38.11%
G = 37.35%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAF5A1 (or 0xFAF5A1) is known color: Pale Prim. HEX triplet: FA, F5 and A1. RGB value is (250,245,161). Sum of RGB (Red+Green+Blue) = 250+245+161=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 161 (63.28% from 255 or 24.54% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A1 is #050A5E. Grayscale: #EDEDED. Windows color (decimal): -330335 or 10614266. OLE color: 10614266.

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

Color convert

RGB 250 245 161 -
CMYK 0 0.02 0.36 0.02
HSL 56.63º 0.9% 0.81% -
HSV(B) 56.63º 0.36% 0.98% -
XYZ 78.51 88.2 46.61 -
YUV 236.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 250 245 161 0 0.02 0.36 0.02 56.63 0.9 0.81
Hex FA F5 A1 0 2 24 2 39 5A 51
Octal 372 365 241 0 2 44 2 71 132 121
Binary 11111010 11110101 10100001 0 10 100100 10 111001 1011010 1010001

Color Harmonies of #FAF5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5A1

Black with #FAF5A1

Text Example


Text Example

White with #FAF5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5A1; }

 p { color: rgb(250,245,161); }

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

background-color css

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

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

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

border-color css

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

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

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