Html Css Color HEX #FDC1B9 Your Pink

📋 copy color: '#FDC1B9'

red 253 ◦ green 193 ◦ blue 185

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

Shades of Your Pink #FDC1B9

Tints of Your Pink #FDC1B9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.59%

 BLUE value IS 185 (72.66% from 255) = 29.32%

R = 40.1%
G = 30.59%
B = 29.32%

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

#FDC1B9 (or 0xFDC1B9) is known color: Your Pink. HEX triplet: FD, C1 and B9. RGB value is (253,193,185). Sum of RGB (Red+Green+Blue) = 253+193+185=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1B9 is #023E46. Grayscale: #D2D2D2. Windows color (decimal): -147015 or 12173821. OLE color: 12173821.

HSL color Cylindrical-coordinate representation of color #FDC1B9: hue angle of 7.06º degrees, saturation: 0.94, 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 #FDC1B9 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 185 -
CMYK 0 0.24 0.27 0.01
HSL 7.06º 0.94% 0.86% -
HSV(B) 7.06º 0.27% 0.99% -
XYZ 68.33 62.53 54.37 -
YUV 210.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 253 193 185 0 0.24 0.27 0.01 7.06 0.94 0.86
Hex FD C1 B9 0 18 1B 1 7 5E 56
Octal 375 301 271 0 30 33 1 7 136 126
Binary 11111101 11000001 10111001 0 11000 11011 1 111 1011110 1010110

Color Harmonies of #FDC1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1B9

Black with #FDC1B9

Text Example


Text Example

White with #FDC1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1B9; }

 p { color: rgb(253,193,185); }

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

background-color css

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

 a { background-color: rgb(253,193,185); }

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

border-color css

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

 span { border-color: rgb(253,193,185); }

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