Html Css Color HEX #FFCCE1 Pig Pink

📋 copy color: '#FFCCE1'

red 255 ◦ green 204 ◦ blue 225

#FFCCE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pig Pink #FFCCE1

Tints of Pig Pink #FFCCE1

RGB

 RED value IS 255 (100% from 255) = 37.28%

 GREEN value IS 204 (80.08% from 255) = 29.82%

 BLUE value IS 225 (88.28% from 255) = 32.89%

R = 37.28%
G = 29.82%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFCCE1 (or 0xFFCCE1) is known color: Pig Pink. HEX triplet: FF, CC and E1. RGB value is (255,204,225). Sum of RGB (Red+Green+Blue) = 255+204+225=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCE1 is #00331E. Grayscale: #DDDDDD. Windows color (decimal): -13087 or 14798079. OLE color: 14798079.

HSL color Cylindrical-coordinate representation of color #FFCCE1: hue angle of 335.29º 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 #FFCCE1 is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 225 -
CMYK 0 0.2 0.12 0
HSL 335.29º 1% 0.9% -
HSV(B) 335.29º 0.2% 1% -
XYZ 76.42 69.88 80.69 -
YUV 221.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 255 204 225 0 0.2 0.12 0 335.29 1 0.9
Hex FF CC E1 0 14 C 0 14F 64 5A
Octal 377 314 341 0 24 14 0 517 144 132
Binary 11111111 11001100 11100001 0 10100 1100 0 101001111 1100100 1011010

Color Harmonies of #FFCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCE1

Black with #FFCCE1

Text Example


Text Example

White with #FFCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCE1; }

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

 H1.HeaderClassName
 {
   color: #FFCCE1;
 }
 .AnyTagClassName
 {
   color: #FFCCE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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