Html Css Color HEX #FFCDDD Pink Lace

📋 copy color: '#FFCDDD'

red 255 ◦ green 205 ◦ blue 221

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

Shades of Pink Lace #FFCDDD

Tints of Pink Lace #FFCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.1%

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

R = 37.44%
G = 30.1%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFCDDD (or 0xFFCDDD) is known color: Pink Lace. HEX triplet: FF, CD and DD. RGB value is (255,205,221). Sum of RGB (Red+Green+Blue) = 255+205+221=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDDD is #003222. Grayscale: #DDDDDD. Windows color (decimal): -12835 or 14536191. OLE color: 14536191.

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

Color convert

RGB 255 205 221 -
CMYK 0 0.20 0.13 0
HSL 340.8º 1% 0.9% -
HSV(B) 340.8º 0.2% 1% -
XYZ 76.12 70.14 77.93 -
YUV 221.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 255 205 221 0 0.20 0.13 0 340.8 1 0.9
Hex FF CD DD 0 14 D 0 155 64 5A
Octal 377 315 335 0 24 15 0 525 144 132
Binary 11111111 11001101 11011101 0 10100 1101 0 101010101 1100100 1011010

Color Harmonies of #FFCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCDDD

Black with #FFCDDD

Text Example


Text Example

White with #FFCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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