Html Css Color HEX #FAF29D Pale Prim

📋 copy color: '#FAF29D'

red 250 ◦ green 242 ◦ blue 157

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

Shades of Pale Prim #FAF29D

Tints of Pale Prim #FAF29D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.29%

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

R = 38.52%
G = 37.29%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAF29D (or 0xFAF29D) is known color: Pale Prim. HEX triplet: FA, F2 and 9D. RGB value is (250,242,157). Sum of RGB (Red+Green+Blue) = 250+242+157=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 157 (61.72% from 255 or 24.19% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF29D is #050D62. Grayscale: #EBEBEB. Windows color (decimal): -331107 or 10351354. OLE color: 10351354.

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

Color convert

RGB 250 242 157 -
CMYK 0 0.03 0.37 0.02
HSL 54.84º 0.9% 0.8% -
HSV(B) 54.84º 0.37% 0.98% -
XYZ 77.26 86.26 44.48 -
YUV 234.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 250 242 157 0 0.03 0.37 0.02 54.84 0.9 0.8
Hex FA F2 9D 0 3 25 2 37 5A 50
Octal 372 362 235 0 3 45 2 67 132 120
Binary 11111010 11110010 10011101 0 11 100101 10 110111 1011010 1010000

Color Harmonies of #FAF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF29D

Black with #FAF29D

Text Example


Text Example

White with #FAF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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