#FFCEBE

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

Shades of Tuft Bush #FFCEBE

Tints of Tuft Bush #FFCEBE

Color information

#FFCEBE (or 0xFFCEBE) is unknown color: approx Tuft Bush. HEX triplet: FF, CE and BE. RGB value is (255,206,190). Sum of RGB (Red+Green+Blue) = 255+206+190=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEBE is #003141. Grayscale: #DADADA. Windows color (decimal): -12610 or 12504831. OLE color: 12504831.

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

Color convert

RGB255206190-
CMYK00.190.250
HSL14.77º100%87.25%-
HSV(B)14.77º25.49%100%-
XYZ72.6169.1258.23-
YUV218.83111.73153.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=39.17%
G=31.64%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520619000.190.25014.7710087.25
HexFFCEBE013190f6457
Octal37731627602331017144127
Binary111111111100111010111110010011110010111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEBE; }

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

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

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

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

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

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

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

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