Html Css Color HEX #FAF09E Pale Prim

📋 copy color: '#FAF09E'

red 250 ◦ green 240 ◦ blue 158

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

Shades of Pale Prim #FAF09E

Tints of Pale Prim #FAF09E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.04%

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

R = 38.58%
G = 37.04%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAF09E (or 0xFAF09E) is known color: Pale Prim. HEX triplet: FA, F0 and 9E. RGB value is (250,240,158). Sum of RGB (Red+Green+Blue) = 250+240+158=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 158 (62.11% from 255 or 24.38% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF09E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF09E is #050F61. Grayscale: #E9E9E9. Windows color (decimal): -331618 or 10416378. OLE color: 10416378.

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

Color convert

RGB 250 240 158 -
CMYK 0 0.04 0.37 0.02
HSL 53.48º 0.9% 0.8% -
HSV(B) 53.48º 0.37% 0.98% -
XYZ 76.76 85.11 44.73 -
YUV 233.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 250 240 158 0 0.04 0.37 0.02 53.48 0.9 0.8
Hex FA F0 9E 0 4 25 2 35 5A 50
Octal 372 360 236 0 4 45 2 65 132 120
Binary 11111010 11110000 10011110 0 100 100101 10 110101 1011010 1010000

Color Harmonies of #FAF09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF09E

Black with #FAF09E

Text Example


Text Example

White with #FAF09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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