Html Css Color HEX #FFCCE0 Pig Pink

📋 copy color: '#FFCCE0'

red 255 ◦ green 204 ◦ blue 224

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

Shades of Pig Pink #FFCCE0

Tints of Pig Pink #FFCCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.8%

R = 37.34%
G = 29.87%
B = 32.8%

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

#FFCCE0 (or 0xFFCCE0) is known color: Pig Pink. HEX triplet: FF, CC and E0. RGB value is (255,204,224). Sum of RGB (Red+Green+Blue) = 255+204+224=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCE0 is #00331F. Grayscale: #DDDDDD. Windows color (decimal): -13088 or 14732543. OLE color: 14732543.

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

Color convert

RGB 255 204 224 -
CMYK 0 0.2 0.12 0
HSL 336.47º 1% 0.9% -
HSV(B) 336.47º 0.2% 1% -
XYZ 76.29 69.83 79.98 -
YUV 221.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 255 204 224 0 0.2 0.12 0 336.47 1 0.9
Hex FF CC E0 0 14 C 0 150 64 5A
Octal 377 314 340 0 24 14 0 520 144 132
Binary 11111111 11001100 11100000 0 10100 1100 0 101010000 1100100 1011010

Color Harmonies of #FFCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCE0

Black with #FFCCE0

Text Example


Text Example

White with #FFCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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