Html Css Color HEX #F7C2BD Your Pink

📋 copy color: '#F7C2BD'

red 247 ◦ green 194 ◦ blue 189

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

Shades of Your Pink #F7C2BD

Tints of Your Pink #F7C2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.79%

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

R = 39.21%
G = 30.79%
B = 30%

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

#F7C2BD (or 0xF7C2BD) is known color: Your Pink. HEX triplet: F7, C2 and BD. RGB value is (247,194,189). Sum of RGB (Red+Green+Blue) = 247+194+189=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2BD is #083D42. Grayscale: #D1D1D1. Windows color (decimal): -539971 or 12436215. OLE color: 12436215.

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

Color convert

RGB 247 194 189 -
CMYK 0 0.21 0.23 0.03
HSL 5.17º 0.78% 0.85% -
HSV(B) 5.17º 0.23% 0.97% -
XYZ 66.83 62.03 56.59 -
YUV 209.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 247 194 189 0 0.21 0.23 0.03 5.17 0.78 0.85
Hex F7 C2 BD 0 15 17 3 5 4E 55
Octal 367 302 275 0 25 27 3 5 116 125
Binary 11110111 11000010 10111101 0 10101 10111 11 101 1001110 1010101

Color Harmonies of #F7C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2BD

Black with #F7C2BD

Text Example


Text Example

White with #F7C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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