Html Css Color HEX #FAFBA1 Pale Prim

📋 copy color: '#FAFBA1'

red 250 ◦ green 251 ◦ blue 161

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

Shades of Pale Prim #FAFBA1

Tints of Pale Prim #FAFBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 24.32%

R = 37.76%
G = 37.92%
B = 24.32%

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

#FAFBA1 (or 0xFAFBA1) is known color: Pale Prim. HEX triplet: FA, FB and A1. RGB value is (250,251,161). Sum of RGB (Red+Green+Blue) = 250+251+161=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 161 (63.28% from 255 or 24.32% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBA1 is #05045E. Grayscale: #F0F0F0. Windows color (decimal): -328799 or 10615802. OLE color: 10615802.

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

Color convert

RGB 250 251 161 -
CMYK 0.00 0 0.36 0.02
HSL 60.67º 0.92% 0.81% -
HSV(B) 60.67º 0.36% 0.98% -
XYZ 80.35 91.89 47.22 -
YUV 240.44 83.17 134.82 -
System Red Green Blue C M Y K H S L
Decimal 250 251 161 0.00 0 0.36 0.02 60.67 0.92 0.81
Hex FA FB A1 0 0 24 2 3D 5C 51
Octal 372 373 241 0 0 44 2 75 134 121
Binary 11111010 11111011 10100001 0 0 100100 10 111101 1011100 1010001

Color Harmonies of #FAFBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBA1

Black with #FAFBA1

Text Example


Text Example

White with #FAFBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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