#FBD1D4

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

Shades of We Peep #FBD1D4

Tints of We Peep #FBD1D4

Color information

#FBD1D4 (or 0xFBD1D4) is unknown color: approx We Peep. HEX triplet: FB, D1 and D4. RGB value is (251,209,212). Sum of RGB (Red+Green+Blue) = 251+209+212=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1D4 is #042E2B. Grayscale: #DDDDDD. Windows color (decimal): -273964 or 13947387. OLE color: 13947387.

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

Color convert

RGB251209212-
CMYK00.170.160.02
HSL355.71º84%90.2%-
HSV(B)355.71º16.73%98.43%-
XYZ74.4770.8672.04-
YUV221.9122.41148.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 209 (82.03% from 255) = 31.10%
BLUE value IS 212 (83.20% from 255) = 31.55%
R=37.35%
G=31.10%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120921200.170.160.02355.718490.2
HexFBD1D4011102164545a
Octal373321324021202544124132
Binary111110111101000111010100010001100001010110010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1D4; }

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

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

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

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

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

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

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

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