#FBF69E

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

Shades of Pale Prim #FBF69E

Tints of Pale Prim #FBF69E

Color information

#FBF69E (or 0xFBF69E) is unknown color: approx Pale Prim. HEX triplet: FB, F6 and 9E. RGB value is (251,246,158). Sum of RGB (Red+Green+Blue) = 251+246+158=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 158 (62.11% from 255 or 24.12% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF69E is #040961. Grayscale: #EDEDED. Windows color (decimal): -264546 or 10417915. OLE color: 10417915.

HSL color Cylindrical-coordinate representation of color #FBF69E: hue angle of 56.77º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBF69E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251246158-
CMYK00.020.370.02
HSL56.77º92.08%80.2%-
HSV(B)56.77º37.05%98.43%-
XYZ78.9188.8945.35-
YUV237.4683.16137.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 158 (62.11% from 255) = 24.12%
R=38.32%
G=37.56%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124615800.020.370.0256.7792.0880.2
HexFBF69E02252395c50
Octal3733662360245271134120
Binary1111101111110110100111100101001011011100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF69E; }

 p { color: rgb(251,246,158); }

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

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

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

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

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

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

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