Html Css Color HEX #FAF89D Pale Prim

📋 copy color: '#FAF89D'

red 250 ◦ green 248 ◦ blue 157

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

Shades of Pale Prim #FAF89D

Tints of Pale Prim #FAF89D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.86%

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

R = 38.17%
G = 37.86%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAF89D (or 0xFAF89D) is known color: Pale Prim. HEX triplet: FA, F8 and 9D. RGB value is (250,248,157). Sum of RGB (Red+Green+Blue) = 250+248+157=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 157 (61.72% from 255 or 23.97% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF89D is #050762. Grayscale: #EEEEEE. Windows color (decimal): -329571 or 10352890. OLE color: 10352890.

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

Color convert

RGB 250 248 157 -
CMYK 0 0.01 0.37 0.02
HSL 58.71º 0.9% 0.8% -
HSV(B) 58.71º 0.37% 0.98% -
XYZ 79.08 89.89 45.08 -
YUV 238.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 250 248 157 0 0.01 0.37 0.02 58.71 0.9 0.8
Hex FA F8 9D 0 1 25 2 3B 5A 50
Octal 372 370 235 0 1 45 2 73 132 120
Binary 11111010 11111000 10011101 0 1 100101 10 111011 1011010 1010000

Color Harmonies of #FAF89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF89D

Black with #FAF89D

Text Example


Text Example

White with #FAF89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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