#FFCEB8

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

Shades of Tuft Bush #FFCEB8

Tints of Tuft Bush #FFCEB8

Color information

#FFCEB8 (or 0xFFCEB8) is unknown color: approx Tuft Bush. HEX triplet: FF, CE and B8. RGB value is (255,206,184). Sum of RGB (Red+Green+Blue) = 255+206+184=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 184 (72.27% from 255 or 28.53% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB8 is #003147. Grayscale: #DADADA. Windows color (decimal): -12616 or 12111615. OLE color: 12111615.

HSL color Cylindrical-coordinate representation of color #FFCEB8: hue angle of 18.59º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFCEB8 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB255206184-
CMYK00.190.280
HSL18.59º100%86.08%-
HSV(B)18.59º27.84%100%-
XYZ71.9668.8654.85-
YUV218.14108.73154.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 184 (72.27% from 255) = 28.53%
R=39.53%
G=31.94%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520618400.190.28018.5910086.08
HexFFCEB80131C0136456
Octal37731627002334023144126
Binary1111111111001110101110000100111110001001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEB8; }

 p { color: rgb(255,206,184); }

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

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

 a { background-color: rgb(255,206,184); }

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

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

 span { border-color: rgb(255,206,184); }

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