#FBDFDE

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

Shades of Tutu #FBDFDE

Tints of Tutu #FBDFDE

Color information

#FBDFDE (or 0xFBDFDE) is unknown color: approx Tutu. HEX triplet: FB, DF and DE. RGB value is (251,223,222). Sum of RGB (Red+Green+Blue) = 251+223+222=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFDE is #042021. Grayscale: #E7E7E7. Windows color (decimal): -270370 or 14606331. OLE color: 14606331.

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

Color convert

RGB251223222-
CMYK00.110.120.02
HSL2.07º78.38%92.75%-
HSV(B)2.07º11.55%98.43%-
XYZ79.3678.5680.09-
YUV231.26122.78142.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 222 (87.11% from 255) = 31.90%
R=36.06%
G=32.04%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122322200.110.120.022.0778.3892.75
HexFBDFDE0BC224e5d
Octal3733373360131422116135
Binary111110111101111111011110010111100101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFDE; }

 p { color: rgb(251,223,222); }

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

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

 a { background-color: rgb(251,223,222); }

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

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

 span { border-color: rgb(251,223,222); }

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