Html Css Color HEX #FDCCD3 Pink Lace

📋 copy color: '#FDCCD3'

red 253 ◦ green 204 ◦ blue 211

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

Shades of Pink Lace #FDCCD3

Tints of Pink Lace #FDCCD3

RGB

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

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

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

R = 37.87%
G = 30.54%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDCCD3 (or 0xFDCCD3) is known color: Pink Lace. HEX triplet: FD, CC and D3. RGB value is (253,204,211). Sum of RGB (Red+Green+Blue) = 253+204+211=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD3 is #02332C. Grayscale: #DBDBDB. Windows color (decimal): -144173 or 13880573. OLE color: 13880573.

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

Color convert

RGB 253 204 211 -
CMYK 0 0.19 0.17 0.01
HSL 351.43º 0.92% 0.9% -
HSV(B) 351.43º 0.19% 0.99% -
XYZ 73.86 68.77 71.01 -
YUV 219.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 253 204 211 0 0.19 0.17 0.01 351.43 0.92 0.9
Hex FD CC D3 0 13 11 1 15F 5C 5A
Octal 375 314 323 0 23 21 1 537 134 132
Binary 11111101 11001100 11010011 0 10011 10001 1 101011111 1011100 1011010

Color Harmonies of #FDCCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCD3

Black with #FDCCD3

Text Example


Text Example

White with #FDCCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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