#FBCF8A

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

Shades of Cherokee #FBCF8A

Tints of Cherokee #FBCF8A

Color information

#FBCF8A (or 0xFBCF8A) is unknown color: approx Cherokee. HEX triplet: FB, CF and 8A. RGB value is (251,207,138). Sum of RGB (Red+Green+Blue) = 251+207+138=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF8A is #043075. Grayscale: #D4D4D4. Windows color (decimal): -274550 or 9097211. OLE color: 9097211.

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

Color convert

RGB251207138-
CMYK00.180.450.02
HSL36.64º93.39%76.27%-
HSV(B)36.64º45.02%98.43%-
XYZ66.6866.9733.46-
YUV212.2986.08155.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 138 (54.30% from 255) = 23.15%
R=42.11%
G=34.73%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120713800.180.450.0236.6493.3976.27
HexFBCF8A0122D2255d4c
Octal37331721202255245135114
Binary1111101111001111100010100100101011011010010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF8A; }

 p { color: rgb(251,207,138); }

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

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

 a { background-color: rgb(251,207,138); }

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

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

 span { border-color: rgb(251,207,138); }

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