Html Css Color HEX #FDC6CE Pink

📋 copy color: '#FDC6CE'

red 253 ◦ green 198 ◦ blue 206

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

Shades of Pink #FDC6CE

Tints of Pink #FDC6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 38.51%
G = 30.14%
B = 31.35%

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

#FDC6CE (or 0xFDC6CE) is known color: Pink. HEX triplet: FD, C6 and CE. RGB value is (253,198,206). Sum of RGB (Red+Green+Blue) = 253+198+206=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CE is #023931. Grayscale: #D7D7D7. Windows color (decimal): -145714 or 13551357. OLE color: 13551357.

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

Color convert

RGB 253 198 206 -
CMYK 0 0.22 0.19 0.01
HSL 351.27º 0.93% 0.88% -
HSV(B) 351.27º 0.22% 0.99% -
XYZ 71.84 65.73 67.29 -
YUV 215.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 253 198 206 0 0.22 0.19 0.01 351.27 0.93 0.88
Hex FD C6 CE 0 16 13 1 15F 5D 58
Octal 375 306 316 0 26 23 1 537 135 130
Binary 11111101 11000110 11001110 0 10110 10011 1 101011111 1011101 1011000

Color Harmonies of #FDC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6CE

Black with #FDC6CE

Text Example


Text Example

White with #FDC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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