#FFCCCD

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

Shades of We Peep #FFCCCD

Tints of We Peep #FFCCCD

Color information

#FFCCCD (or 0xFFCCCD) is unknown color: approx We Peep. HEX triplet: FF, CC and CD. RGB value is (255,204,205). Sum of RGB (Red+Green+Blue) = 255+204+205=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCCD is #003332. Grayscale: #DBDBDB. Windows color (decimal): -13107 or 13487359. OLE color: 13487359.

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

Color convert

RGB255204205-
CMYK00.20.200
HSL358.82º100%90%-
HSV(B)358.82º20%100%-
XYZ73.8568.8567.16-
YUV219.36119.9153.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=38.40%
G=30.72%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520420500.20.200358.8210090
HexFFCCCD014140167645a
Octal377314315024240547144132
Binary11111111110011001100110101010010100010110011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCCD; }

 p { color: rgb(255,204,205); }

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

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

 a { background-color: rgb(255,204,205); }

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

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

 span { border-color: rgb(255,204,205); }

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