Html Css Color HEX #FBFBA1 Pale Prim

📋 copy color: '#FBFBA1'

red 251 ◦ green 251 ◦ blue 161

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

Shades of Pale Prim #FBFBA1

Tints of Pale Prim #FBFBA1

RGB

 RED value IS 251 (98.44% from 255) = 37.86%

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

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

R = 37.86%
G = 37.86%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBFBA1 (or 0xFBFBA1) is known color: Pale Prim. HEX triplet: FB, FB and A1. RGB value is (251,251,161). Sum of RGB (Red+Green+Blue) = 251+251+161=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 161 (63.28% from 255 or 24.28% from 663); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBA1 is #04045E. Grayscale: #F1F1F1. Windows color (decimal): -263263 or 10615803. OLE color: 10615803.

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

Color convert

RGB 251 251 161 -
CMYK 0 0 0.36 0.02
HSL 60º 0.92% 0.81% -
HSV(B) 60º 0.36% 0.98% -
XYZ 80.71 92.08 47.24 -
YUV 240.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 251 251 161 0 0 0.36 0.02 60 0.92 0.81
Hex FB FB A1 0 0 24 2 3C 5C 51
Octal 373 373 241 0 0 44 2 74 134 121
Binary 11111011 11111011 10100001 0 0 100100 10 111100 1011100 1010001

Color Harmonies of #FBFBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBA1

Black with #FBFBA1

Text Example


Text Example

White with #FBFBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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