#FBDEE0

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

Shades of Pale Pink #FBDEE0

Tints of Pale Pink #FBDEE0

Color information

#FBDEE0 (or 0xFBDEE0) is unknown color: approx Pale Pink. HEX triplet: FB, DE and E0. RGB value is (251,222,224). Sum of RGB (Red+Green+Blue) = 251+222+224=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEE0 is #04211F. Grayscale: #E6E6E6. Windows color (decimal): -270624 or 14737147. OLE color: 14737147.

HSL color Cylindrical-coordinate representation of color #FBDEE0: hue angle of 355.86º 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 #FBDEE0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251222224-
CMYK00.120.110.02
HSL355.86º78.38%92.75%-
HSV(B)355.86º11.55%98.43%-
XYZ79.3678.1381.42-
YUV230.9124.11142.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=36.01%
G=31.85%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122222400.120.110.02355.8678.3892.75
HexFBDEE00CB21644e5d
Octal373336340014132544116135
Binary1111101111011110111000000110010111010110010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEE0; }

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

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

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

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

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

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

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

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