#FBF4A0

Color #FBF4A0 Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FBF4A0

Tints of Pale Prim #FBF4A0

Color information

#FBF4A0 (or 0xFBF4A0) is unknown color: approx Pale Prim. HEX triplet: FB, F4 and A0. RGB value is (251,244,160). Sum of RGB (Red+Green+Blue) = 251+244+160=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 160 (62.89% from 255 or 24.43% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF4A0 is #040B5F. Grayscale: #ECECEC. Windows color (decimal): -265056 or 10548475. OLE color: 10548475.

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

Color convert

RGB251244160-
CMYK00.030.360.02
HSL55.38º91.92%80.59%-
HSV(B)55.38º36.25%98.43%-
XYZ78.4887.7546.06-
YUV236.5284.82138.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 244 (95.70% from 255) = 37.25%
BLUE value IS 160 (62.89% from 255) = 24.43%
R=38.32%
G=37.25%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124416000.030.360.0255.3891.9280.59
HexFBF4A003242375c51
Octal3733642400344267134121
Binary1111101111110100101000000111001001011011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4A0; }

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

 H1.HeaderClassName
 {
   color: #FBF4A0;
 }
 .AnyTagClassName
 {
   color: #FBF4A0;
 }
</style>
background-color css

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

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

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

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

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

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