#FBCED3

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

Shades of We Peep #FBCED3

Tints of We Peep #FBCED3

Color information

#FBCED3 (or 0xFBCED3) is unknown color: approx We Peep. HEX triplet: FB, CE and D3. RGB value is (251,206,211). Sum of RGB (Red+Green+Blue) = 251+206+211=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCED3 is #04312C. Grayscale: #DCDCDC. Windows color (decimal): -274733 or 13881083. OLE color: 13881083.

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

Color convert

RGB251206211-
CMYK00.180.160.02
HSL353.33º84.91%89.61%-
HSV(B)353.33º17.93%98.43%-
XYZ73.6169.3571.14-
YUV220.02122.91150.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=37.57%
G=30.84%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120621100.180.160.02353.3384.9189.61
HexFBCED3012102161555a
Octal373316323022202541125132
Binary111110111100111011010011010010100001010110000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCED3; }

 p { color: rgb(251,206,211); }

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

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

 a { background-color: rgb(251,206,211); }

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

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

 span { border-color: rgb(251,206,211); }

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