Html Css Color HEX #FDC6CC Pink

📋 copy color: '#FDC6CC'

red 253 ◦ green 198 ◦ blue 204

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

Shades of Pink #FDC6CC

Tints of Pink #FDC6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.15%

R = 38.63%
G = 30.23%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDC6CC (or 0xFDC6CC) is known color: Pink. HEX triplet: FD, C6 and CC. RGB value is (253,198,204). Sum of RGB (Red+Green+Blue) = 253+198+204=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CC is #023933. Grayscale: #D7D7D7. Windows color (decimal): -145716 or 13420285. OLE color: 13420285.

HSL color Cylindrical-coordinate representation of color #FDC6CC: hue angle of 353.45º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6CC is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 204 -
CMYK 0 0.22 0.19 0.01
HSL 353.45º 0.93% 0.88% -
HSV(B) 353.45º 0.22% 0.99% -
XYZ 71.6 65.63 66.02 -
YUV 215.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 253 198 204 0 0.22 0.19 0.01 353.45 0.93 0.88
Hex FD C6 CC 0 16 13 1 161 5D 58
Octal 375 306 314 0 26 23 1 541 135 130
Binary 11111101 11000110 11001100 0 10110 10011 1 101100001 1011101 1011000

Color Harmonies of #FDC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6CC

Black with #FDC6CC

Text Example


Text Example

White with #FDC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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