Html Css Color HEX #FDC8BD Your Pink

📋 copy color: '#FDC8BD'

red 253 ◦ green 200 ◦ blue 189

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

Shades of Your Pink #FDC8BD

Tints of Your Pink #FDC8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.15%

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

R = 39.41%
G = 31.15%
B = 29.44%

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

#FDC8BD (or 0xFDC8BD) is known color: Your Pink. HEX triplet: FD, C8 and BD. RGB value is (253,200,189). Sum of RGB (Red+Green+Blue) = 253+200+189=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8BD is #023742. Grayscale: #D6D6D6. Windows color (decimal): -145219 or 12437757. OLE color: 12437757.

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

Color convert

RGB 253 200 189 -
CMYK 0 0.21 0.25 0.01
HSL 10.31º 0.94% 0.87% -
HSV(B) 10.31º 0.25% 0.99% -
XYZ 70.35 65.87 57.15 -
YUV 214.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 253 200 189 0 0.21 0.25 0.01 10.31 0.94 0.87
Hex FD C8 BD 0 15 19 1 A 5E 57
Octal 375 310 275 0 25 31 1 12 136 127
Binary 11111101 11001000 10111101 0 10101 11001 1 1010 1011110 1010111

Color Harmonies of #FDC8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8BD

Black with #FDC8BD

Text Example


Text Example

White with #FDC8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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