Html Css Color HEX #FDC9B6 Your Pink

📋 copy color: '#FDC9B6'

red 253 ◦ green 201 ◦ blue 182

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

Shades of Your Pink #FDC9B6

Tints of Your Pink #FDC9B6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.6%

 BLUE value IS 182 (71.48% from 255) = 28.62%

R = 39.78%
G = 31.6%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDC9B6 (or 0xFDC9B6) is known color: Your Pink. HEX triplet: FD, C9 and B6. RGB value is (253,201,182). Sum of RGB (Red+Green+Blue) = 253+201+182=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9B6 is #023649. Grayscale: #D6D6D6. Windows color (decimal): -144970 or 11979261. OLE color: 11979261.

HSL color Cylindrical-coordinate representation of color #FDC9B6: hue angle of 16.06º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDC9B6 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 201 182 -
CMYK 0 0.21 0.28 0.01
HSL 16.06º 0.95% 0.85% -
HSV(B) 16.06º 0.28% 0.99% -
XYZ 69.84 66.03 53.32 -
YUV 214.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 253 201 182 0 0.21 0.28 0.01 16.06 0.95 0.85
Hex FD C9 B6 0 15 1C 1 10 5F 55
Octal 375 311 266 0 25 34 1 20 137 125
Binary 11111101 11001001 10110110 0 10101 11100 1 10000 1011111 1010101

Color Harmonies of #FDC9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9B6

Black with #FDC9B6

Text Example


Text Example

White with #FDC9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9B6; }

 p { color: rgb(253,201,182); }

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

background-color css

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

 a { background-color: rgb(253,201,182); }

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

border-color css

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

 span { border-color: rgb(253,201,182); }

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