Html Css Color HEX #FDC6BB Your Pink

📋 copy color: '#FDC6BB'

red 253 ◦ green 198 ◦ blue 187

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

Shades of Your Pink #FDC6BB

Tints of Your Pink #FDC6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.31%

R = 39.66%
G = 31.03%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDC6BB (or 0xFDC6BB) is known color: Your Pink. HEX triplet: FD, C6 and BB. RGB value is (253,198,187). Sum of RGB (Red+Green+Blue) = 253+198+187=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6BB is #023944. Grayscale: #D5D5D5. Windows color (decimal): -145733 or 12306173. OLE color: 12306173.

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

Color convert

RGB 253 198 187 -
CMYK 0 0.22 0.26 0.01
HSL 10º 0.94% 0.86% -
HSV(B) 10º 0.26% 0.99% -
XYZ 69.67 64.86 55.86 -
YUV 213.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 253 198 187 0 0.22 0.26 0.01 10 0.94 0.86
Hex FD C6 BB 0 16 1A 1 A 5E 56
Octal 375 306 273 0 26 32 1 12 136 126
Binary 11111101 11000110 10111011 0 10110 11010 1 1010 1011110 1010110

Color Harmonies of #FDC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6BB

Black with #FDC6BB

Text Example


Text Example

White with #FDC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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