Html Css Color HEX #FDC0C8 Pink

📋 copy color: '#FDC0C8'

red 253 ◦ green 192 ◦ blue 200

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

Shades of Pink #FDC0C8

Tints of Pink #FDC0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.01%

R = 39.22%
G = 29.77%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDC0C8 (or 0xFDC0C8) is known color: Pink. HEX triplet: FD, C0 and C8. RGB value is (253,192,200). Sum of RGB (Red+Green+Blue) = 253+192+200=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0C8 is #023F37. Grayscale: #D3D3D3. Windows color (decimal): -147256 or 13156605. OLE color: 13156605.

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

Color convert

RGB 253 192 200 -
CMYK 0 0.24 0.21 0.01
HSL 352.13º 0.94% 0.87% -
HSV(B) 352.13º 0.24% 0.99% -
XYZ 69.78 62.75 63.08 -
YUV 211.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 253 192 200 0 0.24 0.21 0.01 352.13 0.94 0.87
Hex FD C0 C8 0 18 15 1 160 5E 57
Octal 375 300 310 0 30 25 1 540 136 127
Binary 11111101 11000000 11001000 0 11000 10101 1 101100000 1011110 1010111

Color Harmonies of #FDC0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0C8

Black with #FDC0C8

Text Example


Text Example

White with #FDC0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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