#FBDFE1

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

Shades of Pale Pink #FBDFE1

Tints of Pale Pink #FBDFE1

Color information

#FBDFE1 (or 0xFBDFE1) is unknown color: approx Pale Pink. HEX triplet: FB, DF and E1. RGB value is (251,223,225). Sum of RGB (Red+Green+Blue) = 251+223+225=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFE1 is #04201E. Grayscale: #E7E7E7. Windows color (decimal): -270367 or 14802939. OLE color: 14802939.

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

Color convert

RGB251223225-
CMYK00.110.100.02
HSL355.71º77.78%92.94%-
HSV(B)355.71º11.16%98.43%-
XYZ79.7678.7282.22-
YUV231.6124.28141.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.91%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 225 (88.28% from 255) = 32.19%
R=35.91%
G=31.90%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122322500.110.100.02355.7177.7892.94
HexFBDFE10BA21644e5d
Octal373337341013122544116135
Binary1111101111011111111000010101110101010110010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFE1; }

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

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

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

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

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

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

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

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