#FDDBDC

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

Shades of We Peep #FDDBDC

Tints of We Peep #FDDBDC

Color information

#FDDBDC (or 0xFDDBDC) is unknown color: approx We Peep. HEX triplet: FD, DB and DC. RGB value is (253,219,220). Sum of RGB (Red+Green+Blue) = 253+219+220=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBDC is #022423. Grayscale: #E5E5E5. Windows color (decimal): -140324 or 14474237. OLE color: 14474237.

HSL color Cylindrical-coordinate representation of color #FDDBDC: hue angle of 358.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDBDC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253219220-
CMYK00.130.130.01
HSL358.24º89.47%92.55%-
HSV(B)358.24º13.44%99.22%-
XYZ78.7676.7178.37-
YUV229.28122.76144.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 219 (85.94% from 255) = 31.65%
BLUE value IS 220 (86.33% from 255) = 31.79%
R=36.56%
G=31.65%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321922000.130.130.01358.2489.4792.55
HexFDDBDC0DD1166595d
Octal375333334015151546131135
Binary111111011101101111011100011011101110110011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBDC; }

 p { color: rgb(253,219,220); }

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

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

 a { background-color: rgb(253,219,220); }

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

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

 span { border-color: rgb(253,219,220); }

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