Html Css Color HEX #FFCCD3 Pink Lace

📋 copy color: '#FFCCD3'

red 255 ◦ green 204 ◦ blue 211

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

Shades of Pink Lace #FFCCD3

Tints of Pink Lace #FFCCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.49%

R = 38.06%
G = 30.45%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFCCD3 (or 0xFFCCD3) is known color: Pink Lace. HEX triplet: FF, CC and D3. RGB value is (255,204,211). Sum of RGB (Red+Green+Blue) = 255+204+211=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD3 is #00332C. Grayscale: #DCDCDC. Windows color (decimal): -13101 or 13880575. OLE color: 13880575.

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

Color convert

RGB 255 204 211 -
CMYK 0 0.2 0.17 0
HSL 351.76º 1% 0.9% -
HSV(B) 351.76º 0.2% 1% -
XYZ 74.59 69.15 71.04 -
YUV 220.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 255 204 211 0 0.2 0.17 0 351.76 1 0.9
Hex FF CC D3 0 14 11 0 160 64 5A
Octal 377 314 323 0 24 21 0 540 144 132
Binary 11111111 11001100 11010011 0 10100 10001 0 101100000 1100100 1011010

Color Harmonies of #FFCCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCD3

Black with #FFCCD3

Text Example


Text Example

White with #FFCCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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