Html Css Color HEX #FFCCD5 Pink Lace

📋 copy color: '#FFCCD5'

red 255 ◦ green 204 ◦ blue 213

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

Shades of Pink Lace #FFCCD5

Tints of Pink Lace #FFCCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.7%

R = 37.95%
G = 30.36%
B = 31.7%

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

#FFCCD5 (or 0xFFCCD5) is known color: Pink Lace. HEX triplet: FF, CC and D5. RGB value is (255,204,213). Sum of RGB (Red+Green+Blue) = 255+204+213=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD5 is #00332A. Grayscale: #DCDCDC. Windows color (decimal): -13099 or 14011647. OLE color: 14011647.

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

Color convert

RGB 255 204 213 -
CMYK 0 0.2 0.16 0
HSL 349.41º 1% 0.9% -
HSV(B) 349.41º 0.2% 1% -
XYZ 74.84 69.25 72.37 -
YUV 220.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 255 204 213 0 0.2 0.16 0 349.41 1 0.9
Hex FF CC D5 0 14 10 0 15D 64 5A
Octal 377 314 325 0 24 20 0 535 144 132
Binary 11111111 11001100 11010101 0 10100 10000 0 101011101 1100100 1011010

Color Harmonies of #FFCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCD5

Black with #FFCCD5

Text Example


Text Example

White with #FFCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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