Html Css Color HEX #FDC6C2 Your Pink

📋 copy color: '#FDC6C2'

red 253 ◦ green 198 ◦ blue 194

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

Shades of Your Pink #FDC6C2

Tints of Your Pink #FDC6C2

RGB

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

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

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

R = 39.22%
G = 30.7%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDC6C2 (or 0xFDC6C2) is known color: Your Pink. HEX triplet: FD, C6 and C2. RGB value is (253,198,194). Sum of RGB (Red+Green+Blue) = 253+198+194=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6C2 is #02393D. Grayscale: #D6D6D6. Windows color (decimal): -145726 or 12764925. OLE color: 12764925.

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

Color convert

RGB 253 198 194 -
CMYK 0 0.22 0.23 0.01
HSL 4.07º 0.94% 0.88% -
HSV(B) 4.07º 0.23% 0.99% -
XYZ 70.44 65.17 59.9 -
YUV 213.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 253 198 194 0 0.22 0.23 0.01 4.07 0.94 0.88
Hex FD C6 C2 0 16 17 1 4 5E 58
Octal 375 306 302 0 26 27 1 4 136 130
Binary 11111101 11000110 11000010 0 10110 10111 1 100 1011110 1011000

Color Harmonies of #FDC6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6C2

Black with #FDC6C2

Text Example


Text Example

White with #FDC6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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