Html Css Color HEX #FFCCD6 Pink Lace

📋 copy color: '#FFCCD6'

red 255 ◦ green 204 ◦ blue 214

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

Shades of Pink Lace #FFCCD6

Tints of Pink Lace #FFCCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.8%

R = 37.89%
G = 30.31%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFCCD6 (or 0xFFCCD6) is known color: Pink Lace. HEX triplet: FF, CC and D6. RGB value is (255,204,214). Sum of RGB (Red+Green+Blue) = 255+204+214=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD6 is #003329. Grayscale: #DCDCDC. Windows color (decimal): -13098 or 14077183. OLE color: 14077183.

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

Color convert

RGB 255 204 214 -
CMYK 0 0.2 0.16 0
HSL 348.24º 1% 0.9% -
HSV(B) 348.24º 0.2% 1% -
XYZ 74.97 69.3 73.04 -
YUV 220.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 255 204 214 0 0.2 0.16 0 348.24 1 0.9
Hex FF CC D6 0 14 10 0 15C 64 5A
Octal 377 314 326 0 24 20 0 534 144 132
Binary 11111111 11001100 11010110 0 10100 10000 0 101011100 1100100 1011010

Color Harmonies of #FFCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCD6

Black with #FFCCD6

Text Example


Text Example

White with #FFCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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