Html Css Color HEX #FDC2CD Pink

📋 copy color: '#FDC2CD'

red 253 ◦ green 194 ◦ blue 205

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

Shades of Pink #FDC2CD

Tints of Pink #FDC2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.75%

 BLUE value IS 205 (80.47% from 255) = 31.44%

R = 38.8%
G = 29.75%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDC2CD (or 0xFDC2CD) is known color: Pink. HEX triplet: FD, C2 and CD. RGB value is (253,194,205). Sum of RGB (Red+Green+Blue) = 253+194+205=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2CD is #023D32. Grayscale: #D4D4D4. Windows color (decimal): -146739 or 13484797. OLE color: 13484797.

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

Color convert

RGB 253 194 205 -
CMYK 0 0.23 0.19 0.01
HSL 348.81º 0.94% 0.88% -
HSV(B) 348.81º 0.23% 0.99% -
XYZ 70.82 63.87 66.35 -
YUV 212.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 253 194 205 0 0.23 0.19 0.01 348.81 0.94 0.88
Hex FD C2 CD 0 17 13 1 15D 5E 58
Octal 375 302 315 0 27 23 1 535 136 130
Binary 11111101 11000010 11001101 0 10111 10011 1 101011101 1011110 1011000

Color Harmonies of #FDC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2CD

Black with #FDC2CD

Text Example


Text Example

White with #FDC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2CD; }

 p { color: rgb(253,194,205); }

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

background-color css

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

 a { background-color: rgb(253,194,205); }

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

border-color css

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

 span { border-color: rgb(253,194,205); }

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