#FBDFE2

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

Shades of Pale Pink #FBDFE2

Tints of Pale Pink #FBDFE2

Color information

#FBDFE2 (or 0xFBDFE2) is unknown color: approx Pale Pink. HEX triplet: FB, DF and E2. RGB value is (251,223,226). Sum of RGB (Red+Green+Blue) = 251+223+226=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFE2 is #04201D. Grayscale: #E7E7E7. Windows color (decimal): -270366 or 14868475. OLE color: 14868475.

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

Color convert

RGB251223226-
CMYK00.110.100.02
HSL353.57º77.78%92.94%-
HSV(B)353.57º11.16%98.43%-
XYZ79.978.7882.95-
YUV231.71124.78141.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 226 (88.67% from 255) = 32.29%
R=35.86%
G=31.86%
B=32.29%

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
Decimal25122322600.110.100.02353.5777.7892.94
HexFBDFE20BA21624e5d
Octal373337342013122542116135
Binary1111101111011111111000100101110101010110001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFE2; }

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

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

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

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

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

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

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

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