Html Css Color HEX #F7C5BD Your Pink

📋 copy color: '#F7C5BD'

red 247 ◦ green 197 ◦ blue 189

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

Shades of Your Pink #F7C5BD

Tints of Your Pink #F7C5BD

RGB

 RED value IS 247 (96.88% from 255) = 39.02%

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

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

R = 39.02%
G = 31.12%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7C5BD (or 0xF7C5BD) is known color: Your Pink. HEX triplet: F7, C5 and BD. RGB value is (247,197,189). Sum of RGB (Red+Green+Blue) = 247+197+189=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5BD is #083A42. Grayscale: #D3D3D3. Windows color (decimal): -539203 or 12436983. OLE color: 12436983.

HSL color Cylindrical-coordinate representation of color #F7C5BD: hue angle of 8.28º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7C5BD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 197 189 -
CMYK 0 0.20 0.23 0.03
HSL 8.28º 0.78% 0.85% -
HSV(B) 8.28º 0.23% 0.97% -
XYZ 67.51 63.38 56.82 -
YUV 211.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 247 197 189 0 0.20 0.23 0.03 8.28 0.78 0.85
Hex F7 C5 BD 0 14 17 3 8 4E 55
Octal 367 305 275 0 24 27 3 10 116 125
Binary 11110111 11000101 10111101 0 10100 10111 11 1000 1001110 1010101

Color Harmonies of #F7C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C5BD

Black with #F7C5BD

Text Example


Text Example

White with #F7C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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