#FBD69B

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

Shades of Caramel #FBD69B

Tints of Caramel #FBD69B

Color information

#FBD69B (or 0xFBD69B) is unknown color: approx Caramel. HEX triplet: FB, D6 and 9B. RGB value is (251,214,155). Sum of RGB (Red+Green+Blue) = 251+214+155=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD69B is #042964. Grayscale: #DADADA. Windows color (decimal): -272741 or 10213115. OLE color: 10213115.

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

Color convert

RGB251214155-
CMYK00.150.380.02
HSL36.88º92.31%79.61%-
HSV(B)36.88º38.25%98.43%-
XYZ69.7570.9741.03-
YUV218.3492.26151.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 155 (60.94% from 255) = 25%
R=40.48%
G=34.52%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121415500.150.380.0236.8892.3179.61
HexFBD69B0F262255c50
Octal37332623301746245134120
Binary111110111101011010011011011111001101010010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD69B; }

 p { color: rgb(251,214,155); }

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

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

 a { background-color: rgb(251,214,155); }

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

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

 span { border-color: rgb(251,214,155); }

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