Html Css Color HEX #FAFBA0 Pale Prim

📋 copy color: '#FAFBA0'

red 250 ◦ green 251 ◦ blue 160

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

Shades of Pale Prim #FAFBA0

Tints of Pale Prim #FAFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.97%

 BLUE value IS 160 (62.89% from 255) = 24.21%

R = 37.82%
G = 37.97%
B = 24.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAFBA0 (or 0xFAFBA0) is known color: Pale Prim. HEX triplet: FA, FB and A0. RGB value is (250,251,160). Sum of RGB (Red+Green+Blue) = 250+251+160=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 160 (62.89% from 255 or 24.21% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBA0 is #05045F. Grayscale: #F0F0F0. Windows color (decimal): -328800 or 10550266. OLE color: 10550266.

HSL color Cylindrical-coordinate representation of color #FAFBA0: hue angle of 60.66º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAFBA0 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 251 160 -
CMYK 0.00 0 0.36 0.02
HSL 60.66º 0.92% 0.81% -
HSV(B) 60.66º 0.36% 0.98% -
XYZ 80.27 91.86 46.76 -
YUV 240.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 250 251 160 0.00 0 0.36 0.02 60.66 0.92 0.81
Hex FA FB A0 0 0 24 2 3D 5C 51
Octal 372 373 240 0 0 44 2 75 134 121
Binary 11111010 11111011 10100000 0 0 100100 10 111101 1011100 1010001

Color Harmonies of #FAFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBA0

Black with #FAFBA0

Text Example


Text Example

White with #FAFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBA0; }

 p { color: rgb(250,251,160); }

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

background-color css

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

 a { background-color: rgb(250,251,160); }

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

border-color css

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

 span { border-color: rgb(250,251,160); }

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