Html Css Color HEX #FFC5BA Your Pink

📋 copy color: '#FFC5BA'

red 255 ◦ green 197 ◦ blue 186

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

Shades of Your Pink #FFC5BA

Tints of Your Pink #FFC5BA

RGB

 RED value IS 255 (100% from 255) = 39.97%

 GREEN value IS 197 (77.34% from 255) = 30.88%

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

R = 39.97%
G = 30.88%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFC5BA (or 0xFFC5BA) is known color: Your Pink. HEX triplet: FF, C5 and BA. RGB value is (255,197,186). Sum of RGB (Red+Green+Blue) = 255+197+186=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5BA is #003A45. Grayscale: #D5D5D5. Windows color (decimal): -14918 or 12240383. OLE color: 12240383.

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

Color convert

RGB 255 197 186 -
CMYK 0 0.23 0.27 0
HSL 9.57º 1% 0.86% -
HSV(B) 9.57º 0.27% 1% -
XYZ 70.07 64.74 55.26 -
YUV 213.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 255 197 186 0 0.23 0.27 0 9.57 1 0.86
Hex FF C5 BA 0 17 1B 0 A 64 56
Octal 377 305 272 0 27 33 0 12 144 126
Binary 11111111 11000101 10111010 0 10111 11011 0 1010 1100100 1010110

Color Harmonies of #FFC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5BA

Black with #FFC5BA

Text Example


Text Example

White with #FFC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5BA; }

 p { color: rgb(255,197,186); }

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

background-color css

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

 a { background-color: rgb(255,197,186); }

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

border-color css

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

 span { border-color: rgb(255,197,186); }

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