Html Css Color HEX #FDC9BA Your Pink

📋 copy color: '#FDC9BA'

red 253 ◦ green 201 ◦ blue 186

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

Shades of Your Pink #FDC9BA

Tints of Your Pink #FDC9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.06%

R = 39.53%
G = 31.41%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDC9BA (or 0xFDC9BA) is known color: Your Pink. HEX triplet: FD, C9 and BA. RGB value is (253,201,186). Sum of RGB (Red+Green+Blue) = 253+201+186=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9BA is #023645. Grayscale: #D6D6D6. Windows color (decimal): -144966 or 12241405. OLE color: 12241405.

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

Color convert

RGB 253 201 186 -
CMYK 0 0.21 0.26 0.01
HSL 13.43º 0.94% 0.86% -
HSV(B) 13.43º 0.26% 0.99% -
XYZ 70.26 66.2 55.53 -
YUV 214.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 253 201 186 0 0.21 0.26 0.01 13.43 0.94 0.86
Hex FD C9 BA 0 15 1A 1 D 5E 56
Octal 375 311 272 0 25 32 1 15 136 126
Binary 11111101 11001001 10111010 0 10101 11010 1 1101 1011110 1010110

Color Harmonies of #FDC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9BA

Black with #FDC9BA

Text Example


Text Example

White with #FDC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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