Html Css Color HEX #FDC4CD Pink

📋 copy color: '#FDC4CD'

red 253 ◦ green 196 ◦ blue 205

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

Shades of Pink #FDC4CD

Tints of Pink #FDC4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.97%

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

R = 38.69%
G = 29.97%
B = 31.35%

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

#FDC4CD (or 0xFDC4CD) is known color: Pink. HEX triplet: FD, C4 and CD. RGB value is (253,196,205). Sum of RGB (Red+Green+Blue) = 253+196+205=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CD is #023B32. Grayscale: #D6D6D6. Windows color (decimal): -146227 or 13485309. OLE color: 13485309.

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

Color convert

RGB 253 196 205 -
CMYK 0 0.23 0.19 0.01
HSL 350.53º 0.93% 0.88% -
HSV(B) 350.53º 0.23% 0.99% -
XYZ 71.27 64.77 66.5 -
YUV 214.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 253 196 205 0 0.23 0.19 0.01 350.53 0.93 0.88
Hex FD C4 CD 0 17 13 1 15F 5D 58
Octal 375 304 315 0 27 23 1 537 135 130
Binary 11111101 11000100 11001101 0 10111 10011 1 101011111 1011101 1011000

Color Harmonies of #FDC4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4CD

Black with #FDC4CD

Text Example


Text Example

White with #FDC4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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