Html Css Color HEX #FAFA9D Pale Prim

📋 copy color: '#FAFA9D'

red 250 ◦ green 250 ◦ blue 157

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

Shades of Pale Prim #FAFA9D

Tints of Pale Prim #FAFA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 23.9%

R = 38.05%
G = 38.05%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAFA9D (or 0xFAFA9D) is known color: Pale Prim. HEX triplet: FA, FA and 9D. RGB value is (250,250,157). Sum of RGB (Red+Green+Blue) = 250+250+157=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 157 (61.72% from 255 or 23.90% from 657); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA9D is #050562. Grayscale: #EFEFEF. Windows color (decimal): -329059 or 10353402. OLE color: 10353402.

HSL color Cylindrical-coordinate representation of color #FAFA9D: 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.37%. Process color model (Four color, CMYK) of #FAFA9D is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 157 -
CMYK 0 0 0.37 0.02
HSL 60º 0.9% 0.8% -
HSV(B) 60º 0.37% 0.98% -
XYZ 79.7 91.13 45.29 -
YUV 239.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 250 250 157 0 0 0.37 0.02 60 0.9 0.8
Hex FA FA 9D 0 0 25 2 3C 5A 50
Octal 372 372 235 0 0 45 2 74 132 120
Binary 11111010 11111010 10011101 0 0 100101 10 111100 1011010 1010000

Color Harmonies of #FAFA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA9D

Black with #FAFA9D

Text Example


Text Example

White with #FAFA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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