Html Css Color HEX #FAF69D Pale Prim

📋 copy color: '#FAF69D'

red 250 ◦ green 246 ◦ blue 157

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

Shades of Pale Prim #FAF69D

Tints of Pale Prim #FAF69D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.67%

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

R = 38.28%
G = 37.67%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAF69D (or 0xFAF69D) is known color: Pale Prim. HEX triplet: FA, F6 and 9D. RGB value is (250,246,157). Sum of RGB (Red+Green+Blue) = 250+246+157=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 157 (61.72% from 255 or 24.04% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF69D is #050962. Grayscale: #EDEDED. Windows color (decimal): -330083 or 10352378. OLE color: 10352378.

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

Color convert

RGB 250 246 157 -
CMYK 0 0.02 0.37 0.02
HSL 57.42º 0.9% 0.8% -
HSV(B) 57.42º 0.37% 0.98% -
XYZ 78.47 88.67 44.88 -
YUV 237.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 250 246 157 0 0.02 0.37 0.02 57.42 0.9 0.8
Hex FA F6 9D 0 2 25 2 39 5A 50
Octal 372 366 235 0 2 45 2 71 132 120
Binary 11111010 11110110 10011101 0 10 100101 10 111001 1011010 1010000

Color Harmonies of #FAF69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF69D

Black with #FAF69D

Text Example


Text Example

White with #FAF69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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