#FBD48D

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

Shades of Cherokee #FBD48D

Tints of Cherokee #FBD48D

Color information

#FBD48D (or 0xFBD48D) is unknown color: approx Cherokee. HEX triplet: FB, D4 and 8D. RGB value is (251,212,141). Sum of RGB (Red+Green+Blue) = 251+212+141=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD48D is #042B72. Grayscale: #D7D7D7. Windows color (decimal): -273267 or 9295099. OLE color: 9295099.

HSL color Cylindrical-coordinate representation of color #FBD48D: hue angle of 38.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBD48D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB251212141-
CMYK00.160.440.02
HSL38.73º93.22%76.86%-
HSV(B)38.73º43.82%98.43%-
XYZ68.1369.5235.03-
YUV215.5785.92153.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 141 (55.47% from 255) = 23.34%
R=41.56%
G=35.10%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121214100.160.440.0238.7393.2276.86
HexFBD48D0102C2275d4d
Octal37332421502054247135115
Binary1111101111010100100011010100001011001010011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD48D; }

 p { color: rgb(251,212,141); }

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

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

 a { background-color: rgb(251,212,141); }

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

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

 span { border-color: rgb(251,212,141); }

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