Html Css Color HEX #FDC4D0 Pink

📋 copy color: '#FDC4D0'

red 253 ◦ green 196 ◦ blue 208

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

Shades of Pink #FDC4D0

Tints of Pink #FDC4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.66%

R = 38.51%
G = 29.83%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDC4D0 (or 0xFDC4D0) is known color: Pink. HEX triplet: FD, C4 and D0. RGB value is (253,196,208). Sum of RGB (Red+Green+Blue) = 253+196+208=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4D0 is #023B2F. Grayscale: #D6D6D6. Windows color (decimal): -146224 or 13681917. OLE color: 13681917.

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

Color convert

RGB 253 196 208 -
CMYK 0 0.23 0.18 0.01
HSL 347.37º 0.93% 0.88% -
HSV(B) 347.37º 0.23% 0.99% -
XYZ 71.63 64.92 68.43 -
YUV 214.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 253 196 208 0 0.23 0.18 0.01 347.37 0.93 0.88
Hex FD C4 D0 0 17 12 1 15B 5D 58
Octal 375 304 320 0 27 22 1 533 135 130
Binary 11111101 11000100 11010000 0 10111 10010 1 101011011 1011101 1011000

Color Harmonies of #FDC4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4D0

Black with #FDC4D0

Text Example


Text Example

White with #FDC4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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