Html Css Color HEX #FDC9C2 Your Pink

📋 copy color: '#FDC9C2'

red 253 ◦ green 201 ◦ blue 194

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

Shades of Your Pink #FDC9C2

Tints of Your Pink #FDC9C2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.02%

 BLUE value IS 194 (76.17% from 255) = 29.94%

R = 39.04%
G = 31.02%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDC9C2 (or 0xFDC9C2) is known color: Your Pink. HEX triplet: FD, C9 and C2. RGB value is (253,201,194). Sum of RGB (Red+Green+Blue) = 253+201+194=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9C2 is #02363D. Grayscale: #D7D7D7. Windows color (decimal): -144958 or 12765693. OLE color: 12765693.

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

Color convert

RGB 253 201 194 -
CMYK 0 0.21 0.23 0.01
HSL 7.12º 0.94% 0.88% -
HSV(B) 7.12º 0.23% 0.99% -
XYZ 71.13 66.55 60.14 -
YUV 215.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 253 201 194 0 0.21 0.23 0.01 7.12 0.94 0.88
Hex FD C9 C2 0 15 17 1 7 5E 58
Octal 375 311 302 0 25 27 1 7 136 130
Binary 11111101 11001001 11000010 0 10101 10111 1 111 1011110 1011000

Color Harmonies of #FDC9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9C2

Black with #FDC9C2

Text Example


Text Example

White with #FDC9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9C2; }

 p { color: rgb(253,201,194); }

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

background-color css

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

 a { background-color: rgb(253,201,194); }

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

border-color css

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

 span { border-color: rgb(253,201,194); }

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