Html Css Color HEX #FFC5BD Your Pink

📋 copy color: '#FFC5BD'

red 255 ◦ green 197 ◦ blue 189

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

Shades of Your Pink #FFC5BD

Tints of Your Pink #FFC5BD

RGB

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

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

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

R = 39.78%
G = 30.73%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFC5BD (or 0xFFC5BD) is known color: Your Pink. HEX triplet: FF, C5 and BD. RGB value is (255,197,189). Sum of RGB (Red+Green+Blue) = 255+197+189=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5BD is #003A42. Grayscale: #D5D5D5. Windows color (decimal): -14915 or 12436991. OLE color: 12436991.

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

Color convert

RGB 255 197 189 -
CMYK 0 0.23 0.26 0
HSL 7.27º 1% 0.87% -
HSV(B) 7.27º 0.26% 1% -
XYZ 70.39 64.87 56.95 -
YUV 213.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 255 197 189 0 0.23 0.26 0 7.27 1 0.87
Hex FF C5 BD 0 17 1A 0 7 64 57
Octal 377 305 275 0 27 32 0 7 144 127
Binary 11111111 11000101 10111101 0 10111 11010 0 111 1100100 1010111

Color Harmonies of #FFC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5BD

Black with #FFC5BD

Text Example


Text Example

White with #FFC5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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