Html Css Color HEX #FDC8C2 Your Pink

📋 copy color: '#FDC8C2'

red 253 ◦ green 200 ◦ blue 194

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

Shades of Your Pink #FDC8C2

Tints of Your Pink #FDC8C2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.91%

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

R = 39.1%
G = 30.91%
B = 29.98%

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

#FDC8C2 (or 0xFDC8C2) is known color: Your Pink. HEX triplet: FD, C8 and C2. RGB value is (253,200,194). Sum of RGB (Red+Green+Blue) = 253+200+194=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8C2 is #02373D. Grayscale: #D7D7D7. Windows color (decimal): -145214 or 12765437. OLE color: 12765437.

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

Color convert

RGB 253 200 194 -
CMYK 0 0.21 0.23 0.01
HSL 6.1º 0.94% 0.88% -
HSV(B) 6.1º 0.23% 0.99% -
XYZ 70.9 66.09 60.06 -
YUV 215.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 253 200 194 0 0.21 0.23 0.01 6.1 0.94 0.88
Hex FD C8 C2 0 15 17 1 6 5E 58
Octal 375 310 302 0 25 27 1 6 136 130
Binary 11111101 11001000 11000010 0 10101 10111 1 110 1011110 1011000

Color Harmonies of #FDC8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8C2

Black with #FDC8C2

Text Example


Text Example

White with #FDC8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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