Html Css Color HEX #FDCCD5 Pink Lace

📋 copy color: '#FDCCD5'

red 253 ◦ green 204 ◦ blue 213

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

Shades of Pink Lace #FDCCD5

Tints of Pink Lace #FDCCD5

RGB

 RED value IS 253 (99.22% from 255) = 37.76%

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

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

R = 37.76%
G = 30.45%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDCCD5 (or 0xFDCCD5) is known color: Pink Lace. HEX triplet: FD, CC and D5. RGB value is (253,204,213). Sum of RGB (Red+Green+Blue) = 253+204+213=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD5 is #02332A. Grayscale: #DBDBDB. Windows color (decimal): -144171 or 14011645. OLE color: 14011645.

HSL color Cylindrical-coordinate representation of color #FDCCD5: hue angle of 348.98º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCD5 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 213 -
CMYK 0 0.19 0.16 0.01
HSL 348.98º 0.92% 0.9% -
HSV(B) 348.98º 0.19% 0.99% -
XYZ 74.11 68.87 72.34 -
YUV 219.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 253 204 213 0 0.19 0.16 0.01 348.98 0.92 0.9
Hex FD CC D5 0 13 10 1 15D 5C 5A
Octal 375 314 325 0 23 20 1 535 134 132
Binary 11111101 11001100 11010101 0 10011 10000 1 101011101 1011100 1011010

Color Harmonies of #FDCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCD5

Black with #FDCCD5

Text Example


Text Example

White with #FDCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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