Html Css Color HEX #FBF7A1 Pale Prim

📋 copy color: '#FBF7A1'

red 251 ◦ green 247 ◦ blue 161

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

Shades of Pale Prim #FBF7A1

Tints of Pale Prim #FBF7A1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.48%

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

R = 38.09%
G = 37.48%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBF7A1 (or 0xFBF7A1) is known color: Pale Prim. HEX triplet: FB, F7 and A1. RGB value is (251,247,161). Sum of RGB (Red+Green+Blue) = 251+247+161=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 161 (63.28% from 255 or 24.43% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7A1 is #04085E. Grayscale: #EEEEEE. Windows color (decimal): -264287 or 10614779. OLE color: 10614779.

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

Color convert

RGB 251 247 161 -
CMYK 0 0.02 0.36 0.02
HSL 57.33º 0.92% 0.81% -
HSV(B) 57.33º 0.36% 0.98% -
XYZ 79.48 89.6 46.82 -
YUV 238.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 251 247 161 0 0.02 0.36 0.02 57.33 0.92 0.81
Hex FB F7 A1 0 2 24 2 39 5C 51
Octal 373 367 241 0 2 44 2 71 134 121
Binary 11111011 11110111 10100001 0 10 100100 10 111001 1011100 1010001

Color Harmonies of #FBF7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF7A1

Black with #FBF7A1

Text Example


Text Example

White with #FBF7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF7A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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