Html Css Color HEX #F7C3BD Your Pink

📋 copy color: '#F7C3BD'

red 247 ◦ green 195 ◦ blue 189

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

Shades of Your Pink #F7C3BD

Tints of Your Pink #F7C3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.9%

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

R = 39.14%
G = 30.9%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7C3BD (or 0xF7C3BD) is known color: Your Pink. HEX triplet: F7, C3 and BD. RGB value is (247,195,189). Sum of RGB (Red+Green+Blue) = 247+195+189=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C3BD is #083C42. Grayscale: #D1D1D1. Windows color (decimal): -539715 or 12436471. OLE color: 12436471.

HSL color Cylindrical-coordinate representation of color #F7C3BD: hue angle of 6.21º 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 #F7C3BD is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 195 189 -
CMYK 0 0.21 0.23 0.03
HSL 6.21º 0.78% 0.85% -
HSV(B) 6.21º 0.23% 0.97% -
XYZ 67.06 62.48 56.67 -
YUV 209.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 247 195 189 0 0.21 0.23 0.03 6.21 0.78 0.85
Hex F7 C3 BD 0 15 17 3 6 4E 55
Octal 367 303 275 0 25 27 3 6 116 125
Binary 11110111 11000011 10111101 0 10101 10111 11 110 1001110 1010101

Color Harmonies of #F7C3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C3BD

Black with #F7C3BD

Text Example


Text Example

White with #F7C3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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