Html Css Color HEX #FAF29E Pale Prim

📋 copy color: '#FAF29E'

red 250 ◦ green 242 ◦ blue 158

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

Shades of Pale Prim #FAF29E

Tints of Pale Prim #FAF29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 24.31%

R = 38.46%
G = 37.23%
B = 24.31%

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

#FAF29E (or 0xFAF29E) is known color: Pale Prim. HEX triplet: FA, F2 and 9E. RGB value is (250,242,158). Sum of RGB (Red+Green+Blue) = 250+242+158=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 158 (62.11% from 255 or 24.31% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF29E is #050D61. Grayscale: #EBEBEB. Windows color (decimal): -331106 or 10416890. OLE color: 10416890.

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

Color convert

RGB 250 242 158 -
CMYK 0 0.03 0.37 0.02
HSL 54.78º 0.9% 0.8% -
HSV(B) 54.78º 0.37% 0.98% -
XYZ 77.35 86.3 44.93 -
YUV 234.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 250 242 158 0 0.03 0.37 0.02 54.78 0.9 0.8
Hex FA F2 9E 0 3 25 2 37 5A 50
Octal 372 362 236 0 3 45 2 67 132 120
Binary 11111010 11110010 10011110 0 11 100101 10 110111 1011010 1010000

Color Harmonies of #FAF29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF29E

Black with #FAF29E

Text Example


Text Example

White with #FAF29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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