#FBE0E2

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

Shades of Pale Pink #FBE0E2

Tints of Pale Pink #FBE0E2

Color information

#FBE0E2 (or 0xFBE0E2) is unknown color: approx Pale Pink. HEX triplet: FB, E0 and E2. RGB value is (251,224,226). Sum of RGB (Red+Green+Blue) = 251+224+226=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0E2 is #041F1D. Grayscale: #E8E8E8. Windows color (decimal): -270110 or 14868731. OLE color: 14868731.

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

Color convert

RGB251224226-
CMYK00.110.100.02
HSL355.56º77.14%93.14%-
HSV(B)355.56º10.76%98.43%-
XYZ80.1779.3183.03-
YUV232.3124.45141.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 226 (88.67% from 255) = 32.24%
R=35.81%
G=31.95%
B=32.24%

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
Decimal25122422600.110.100.02355.5677.1493.14
HexFBE0E20BA21644d5d
Octal373340342013122544115135
Binary1111101111100000111000100101110101010110010010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0E2; }

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

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

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

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

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

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

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

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