#FDCEBB

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

Shades of Tuft Bush #FDCEBB

Tints of Tuft Bush #FDCEBB

Color information

#FDCEBB (or 0xFDCEBB) is unknown color: approx Tuft Bush. HEX triplet: FD, CE and BB. RGB value is (253,206,187). Sum of RGB (Red+Green+Blue) = 253+206+187=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEBB is #023144. Grayscale: #DADADA. Windows color (decimal): -143685 or 12308221. OLE color: 12308221.

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

Color convert

RGB253206187-
CMYK00.190.260.01
HSL17.27º94.29%86.27%-
HSV(B)17.27º26.09%99.22%-
XYZ71.5568.6156.49-
YUV217.89110.57153.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 187 (73.44% from 255) = 28.95%
R=39.16%
G=31.89%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320618700.190.260.0117.2794.2986.27
HexFDCEBB0131A1115e56
Octal37531627302332121136126
Binary1111110111001110101110110100111101011000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEBB; }

 p { color: rgb(253,206,187); }

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

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

 a { background-color: rgb(253,206,187); }

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

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

 span { border-color: rgb(253,206,187); }

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