Html Css Color HEX #FDC0B8 Your Pink

📋 copy color: '#FDC0B8'

red 253 ◦ green 192 ◦ blue 184

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

Shades of Your Pink #FDC0B8

Tints of Your Pink #FDC0B8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.52%

 BLUE value IS 184 (72.27% from 255) = 29.25%

R = 40.22%
G = 30.52%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDC0B8 (or 0xFDC0B8) is known color: Your Pink. HEX triplet: FD, C0 and B8. RGB value is (253,192,184). Sum of RGB (Red+Green+Blue) = 253+192+184=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0B8 is #023F47. Grayscale: #D1D1D1. Windows color (decimal): -147272 or 12108029. OLE color: 12108029.

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

Color convert

RGB 253 192 184 -
CMYK 0 0.24 0.27 0.01
HSL 6.96º 0.95% 0.86% -
HSV(B) 6.96º 0.27% 0.99% -
XYZ 68.01 62.04 53.74 -
YUV 209.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 253 192 184 0 0.24 0.27 0.01 6.96 0.95 0.86
Hex FD C0 B8 0 18 1B 1 7 5F 56
Octal 375 300 270 0 30 33 1 7 137 126
Binary 11111101 11000000 10111000 0 11000 11011 1 111 1011111 1010110

Color Harmonies of #FDC0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0B8

Black with #FDC0B8

Text Example


Text Example

White with #FDC0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0B8; }

 p { color: rgb(253,192,184); }

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

background-color css

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

 a { background-color: rgb(253,192,184); }

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

border-color css

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

 span { border-color: rgb(253,192,184); }

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