Html Css Color HEX #FFCCDD Pink Lace

📋 copy color: '#FFCCDD'

red 255 ◦ green 204 ◦ blue 221

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

Shades of Pink Lace #FFCCDD

Tints of Pink Lace #FFCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.5%

R = 37.5%
G = 30%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFCCDD (or 0xFFCCDD) is known color: Pink Lace. HEX triplet: FF, CC and DD. RGB value is (255,204,221). Sum of RGB (Red+Green+Blue) = 255+204+221=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCDD is #003322. Grayscale: #DDDDDD. Windows color (decimal): -13091 or 14535935. OLE color: 14535935.

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

Color convert

RGB 255 204 221 -
CMYK 0 0.2 0.13 0
HSL 340º 1% 0.9% -
HSV(B) 340º 0.2% 1% -
XYZ 75.88 69.67 77.85 -
YUV 221.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 255 204 221 0 0.2 0.13 0 340 1 0.9
Hex FF CC DD 0 14 D 0 154 64 5A
Octal 377 314 335 0 24 15 0 524 144 132
Binary 11111111 11001100 11011101 0 10100 1101 0 101010100 1100100 1011010

Color Harmonies of #FFCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCDD

Black with #FFCCDD

Text Example


Text Example

White with #FFCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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