Html Css Color HEX #FAF1A3 Pale Prim

📋 copy color: '#FAF1A3'

red 250 ◦ green 241 ◦ blue 163

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

Shades of Pale Prim #FAF1A3

Tints of Pale Prim #FAF1A3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.85%

 BLUE value IS 163 (64.06% from 255) = 24.92%

R = 38.23%
G = 36.85%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAF1A3 (or 0xFAF1A3) is known color: Pale Prim. HEX triplet: FA, F1 and A3. RGB value is (250,241,163). Sum of RGB (Red+Green+Blue) = 250+241+163=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 163 (64.06% from 255 or 24.92% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1A3 is #050E5C. Grayscale: #EBEBEB. Windows color (decimal): -331357 or 10744314. OLE color: 10744314.

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

Color convert

RGB 250 241 163 -
CMYK 0 0.04 0.35 0.02
HSL 53.79º 0.9% 0.81% -
HSV(B) 53.79º 0.35% 0.98% -
XYZ 77.49 85.88 47.14 -
YUV 234.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 250 241 163 0 0.04 0.35 0.02 53.79 0.9 0.81
Hex FA F1 A3 0 4 23 2 36 5A 51
Octal 372 361 243 0 4 43 2 66 132 121
Binary 11111010 11110001 10100011 0 100 100011 10 110110 1011010 1010001

Color Harmonies of #FAF1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1A3

Black with #FAF1A3

Text Example


Text Example

White with #FAF1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1A3; }

 p { color: rgb(250,241,163); }

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

background-color css

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

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

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

border-color css

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

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

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