#FBD1D5

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

Shades of We Peep #FBD1D5

Tints of We Peep #FBD1D5

Color information

#FBD1D5 (or 0xFBD1D5) is unknown color: approx We Peep. HEX triplet: FB, D1 and D5. RGB value is (251,209,213). Sum of RGB (Red+Green+Blue) = 251+209+213=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1D5 is #042E2A. Grayscale: #DEDEDE. Windows color (decimal): -273963 or 14012923. OLE color: 14012923.

HSL color Cylindrical-coordinate representation of color #FBD1D5: hue angle of 354.29º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1D5 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251209213-
CMYK00.170.150.02
HSL354.29º84%90.2%-
HSV(B)354.29º16.73%98.43%-
XYZ74.5970.9172.71-
YUV222.01122.91148.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 209 (82.03% from 255) = 31.05%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=37.30%
G=31.05%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120921300.170.150.02354.298490.2
HexFBD1D5011F2162545a
Octal373321325021172542124132
Binary11111011110100011101010101000111111010110001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1D5; }

 p { color: rgb(251,209,213); }

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

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

 a { background-color: rgb(251,209,213); }

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

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

 span { border-color: rgb(251,209,213); }

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