Html Css Color HEX #FDC1D0 Pink

📋 copy color: '#FDC1D0'

red 253 ◦ green 193 ◦ blue 208

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

Shades of Pink #FDC1D0

Tints of Pink #FDC1D0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.51%

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

R = 38.69%
G = 29.51%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDC1D0 (or 0xFDC1D0) is known color: Pink. HEX triplet: FD, C1 and D0. RGB value is (253,193,208). Sum of RGB (Red+Green+Blue) = 253+193+208=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1D0 is #023E2F. Grayscale: #D4D4D4. Windows color (decimal): -146992 or 13681149. OLE color: 13681149.

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

Color convert

RGB 253 193 208 -
CMYK 0 0.24 0.18 0.01
HSL 345º 0.94% 0.87% -
HSV(B) 345º 0.24% 0.99% -
XYZ 70.96 63.58 68.21 -
YUV 212.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 253 193 208 0 0.24 0.18 0.01 345 0.94 0.87
Hex FD C1 D0 0 18 12 1 159 5E 57
Octal 375 301 320 0 30 22 1 531 136 127
Binary 11111101 11000001 11010000 0 11000 10010 1 101011001 1011110 1010111

Color Harmonies of #FDC1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1D0

Black with #FDC1D0

Text Example


Text Example

White with #FDC1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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