Html Css Color HEX #FDC9BD Your Pink

📋 copy color: '#FDC9BD'

red 253 ◦ green 201 ◦ blue 189

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

Shades of Your Pink #FDC9BD

Tints of Your Pink #FDC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.39%

R = 39.35%
G = 31.26%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDC9BD (or 0xFDC9BD) is known color: Your Pink. HEX triplet: FD, C9 and BD. RGB value is (253,201,189). Sum of RGB (Red+Green+Blue) = 253+201+189=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9BD is #023642. Grayscale: #D7D7D7. Windows color (decimal): -144963 or 12438013. OLE color: 12438013.

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

Color convert

RGB 253 201 189 -
CMYK 0 0.21 0.25 0.01
HSL 11.25º 0.94% 0.87% -
HSV(B) 11.25º 0.25% 0.99% -
XYZ 70.58 66.33 57.23 -
YUV 215.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 253 201 189 0 0.21 0.25 0.01 11.25 0.94 0.87
Hex FD C9 BD 0 15 19 1 B 5E 57
Octal 375 311 275 0 25 31 1 13 136 127
Binary 11111101 11001001 10111101 0 10101 11001 1 1011 1011110 1010111

Color Harmonies of #FDC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9BD

Black with #FDC9BD

Text Example


Text Example

White with #FDC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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