Html Css Color HEX #FDC0D0 Pink

📋 copy color: '#FDC0D0'

red 253 ◦ green 192 ◦ blue 208

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

Shades of Pink #FDC0D0

Tints of Pink #FDC0D0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.4%

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

R = 38.74%
G = 29.4%
B = 31.85%

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

#FDC0D0 (or 0xFDC0D0) is known color: Pink. HEX triplet: FD, C0 and D0. RGB value is (253,192,208). Sum of RGB (Red+Green+Blue) = 253+192+208=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0D0 is #023F2F. Grayscale: #D4D4D4. Windows color (decimal): -147248 or 13680893. OLE color: 13680893.

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

Color convert

RGB 253 192 208 -
CMYK 0 0.24 0.18 0.01
HSL 344.26º 0.94% 0.87% -
HSV(B) 344.26º 0.24% 0.99% -
XYZ 70.74 63.14 68.13 -
YUV 212.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 253 192 208 0 0.24 0.18 0.01 344.26 0.94 0.87
Hex FD C0 D0 0 18 12 1 158 5E 57
Octal 375 300 320 0 30 22 1 530 136 127
Binary 11111101 11000000 11010000 0 11000 10010 1 101011000 1011110 1010111

Color Harmonies of #FDC0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0D0

Black with #FDC0D0

Text Example


Text Example

White with #FDC0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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