#FFCED1

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

Shades of We Peep #FFCED1

Tints of We Peep #FFCED1

Color information

#FFCED1 (or 0xFFCED1) is unknown color: approx We Peep. HEX triplet: FF, CE and D1. RGB value is (255,206,209). Sum of RGB (Red+Green+Blue) = 255+206+209=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCED1 is #00312E. Grayscale: #DDDDDD. Windows color (decimal): -12591 or 13750015. OLE color: 13750015.

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

Color convert

RGB255206209-
CMYK00.190.180
HSL356.33º100%90.39%-
HSV(B)356.33º19.22%100%-
XYZ74.8270.0169.89-
YUV220.99121.23152.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=38.06%
G=30.75%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520620900.190.180356.3310090.39
HexFFCED1013120164645a
Octal377316321023220544144132
Binary11111111110011101101000101001110010010110010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCED1; }

 p { color: rgb(255,206,209); }

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

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

 a { background-color: rgb(255,206,209); }

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

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

 span { border-color: rgb(255,206,209); }

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