Html Css Color HEX #FBF8A0 Pale Prim

📋 copy color: '#FBF8A0'

red 251 ◦ green 248 ◦ blue 160

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

Shades of Pale Prim #FBF8A0

Tints of Pale Prim #FBF8A0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.63%

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

R = 38.09%
G = 37.63%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBF8A0 (or 0xFBF8A0) is known color: Pale Prim. HEX triplet: FB, F8 and A0. RGB value is (251,248,160). Sum of RGB (Red+Green+Blue) = 251+248+160=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 160 (62.89% from 255 or 24.28% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF8A0 is #04075F. Grayscale: #EFEFEF. Windows color (decimal): -264032 or 10549499. OLE color: 10549499.

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

Color convert

RGB 251 248 160 -
CMYK 0 0.01 0.36 0.02
HSL 58.02º 0.92% 0.81% -
HSV(B) 58.02º 0.36% 0.98% -
XYZ 79.7 90.18 46.46 -
YUV 238.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 251 248 160 0 0.01 0.36 0.02 58.02 0.92 0.81
Hex FB F8 A0 0 1 24 2 3A 5C 51
Octal 373 370 240 0 1 44 2 72 134 121
Binary 11111011 11111000 10100000 0 1 100100 10 111010 1011100 1010001

Color Harmonies of #FBF8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF8A0

Black with #FBF8A0

Text Example


Text Example

White with #FBF8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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