Html Css Color HEX #FBF2A5 Pale Prim

📋 copy color: '#FBF2A5'

red 251 ◦ green 242 ◦ blue 165

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

Shades of Pale Prim #FBF2A5

Tints of Pale Prim #FBF2A5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.78%

 BLUE value IS 165 (64.84% from 255) = 25.08%

R = 38.15%
G = 36.78%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBF2A5 (or 0xFBF2A5) is known color: Pale Prim. HEX triplet: FB, F2 and A5. RGB value is (251,242,165). Sum of RGB (Red+Green+Blue) = 251+242+165=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2A5 is #040D5A. Grayscale: #ECECEC. Windows color (decimal): -265563 or 10875643. OLE color: 10875643.

HSL color Cylindrical-coordinate representation of color #FBF2A5: hue angle of 53.72º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBF2A5 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 242 165 -
CMYK 0 0.04 0.34 0.02
HSL 53.72º 0.91% 0.82% -
HSV(B) 53.72º 0.34% 0.98% -
XYZ 78.33 86.73 48.21 -
YUV 235.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 251 242 165 0 0.04 0.34 0.02 53.72 0.91 0.82
Hex FB F2 A5 0 4 22 2 36 5B 52
Octal 373 362 245 0 4 42 2 66 133 122
Binary 11111011 11110010 10100101 0 100 100010 10 110110 1011011 1010010

Color Harmonies of #FBF2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2A5

Black with #FBF2A5

Text Example


Text Example

White with #FBF2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2A5; }

 p { color: rgb(251,242,165); }

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

background-color css

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

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

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

border-color css

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

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

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