Html Css Color HEX #FDC9BE Your Pink

📋 copy color: '#FDC9BE'

red 253 ◦ green 201 ◦ blue 190

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

Shades of Your Pink #FDC9BE

Tints of Your Pink #FDC9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.5%

R = 39.29%
G = 31.21%
B = 29.5%

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

#FDC9BE (or 0xFDC9BE) is known color: Your Pink. HEX triplet: FD, C9 and BE. RGB value is (253,201,190). Sum of RGB (Red+Green+Blue) = 253+201+190=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9BE is #023641. Grayscale: #D7D7D7. Windows color (decimal): -144962 or 12503549. OLE color: 12503549.

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

Color convert

RGB 253 201 190 -
CMYK 0 0.21 0.25 0.01
HSL 10.48º 0.94% 0.87% -
HSV(B) 10.48º 0.25% 0.99% -
XYZ 70.69 66.37 57.8 -
YUV 215.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 253 201 190 0 0.21 0.25 0.01 10.48 0.94 0.87
Hex FD C9 BE 0 15 19 1 A 5E 57
Octal 375 311 276 0 25 31 1 12 136 127
Binary 11111101 11001001 10111110 0 10101 11001 1 1010 1011110 1010111

Color Harmonies of #FDC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9BE

Black with #FDC9BE

Text Example


Text Example

White with #FDC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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