Html Css Color HEX #FDC6D0 Pink

📋 copy color: '#FDC6D0'

red 253 ◦ green 198 ◦ blue 208

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

Shades of Pink #FDC6D0

Tints of Pink #FDC6D0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.05%

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

R = 38.39%
G = 30.05%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDC6D0 (or 0xFDC6D0) is known color: Pink. HEX triplet: FD, C6 and D0. RGB value is (253,198,208). Sum of RGB (Red+Green+Blue) = 253+198+208=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6D0 is #02392F. Grayscale: #D7D7D7. Windows color (decimal): -145712 or 13682429. OLE color: 13682429.

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

Color convert

RGB 253 198 208 -
CMYK 0 0.22 0.18 0.01
HSL 349.09º 0.93% 0.88% -
HSV(B) 349.09º 0.22% 0.99% -
XYZ 72.09 65.82 68.58 -
YUV 215.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 253 198 208 0 0.22 0.18 0.01 349.09 0.93 0.88
Hex FD C6 D0 0 16 12 1 15D 5D 58
Octal 375 306 320 0 26 22 1 535 135 130
Binary 11111101 11000110 11010000 0 10110 10010 1 101011101 1011101 1011000

Color Harmonies of #FDC6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6D0

Black with #FDC6D0

Text Example


Text Example

White with #FDC6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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