Html Css Color HEX #F7C0BD Your Pink

📋 copy color: '#F7C0BD'

red 247 ◦ green 192 ◦ blue 189

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

Shades of Your Pink #F7C0BD

Tints of Your Pink #F7C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.57%

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

R = 39.33%
G = 30.57%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7C0BD (or 0xF7C0BD) is known color: Your Pink. HEX triplet: F7, C0 and BD. RGB value is (247,192,189). Sum of RGB (Red+Green+Blue) = 247+192+189=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C0BD is #083F42. Grayscale: #D0D0D0. Windows color (decimal): -540483 or 12435703. OLE color: 12435703.

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

Color convert

RGB 247 192 189 -
CMYK 0 0.22 0.23 0.03
HSL 3.1º 0.78% 0.85% -
HSV(B) 3.1º 0.23% 0.97% -
XYZ 66.39 61.15 56.45 -
YUV 208.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 247 192 189 0 0.22 0.23 0.03 3.1 0.78 0.85
Hex F7 C0 BD 0 16 17 3 3 4E 55
Octal 367 300 275 0 26 27 3 3 116 125
Binary 11110111 11000000 10111101 0 10110 10111 11 11 1001110 1010101

Color Harmonies of #F7C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C0BD

Black with #F7C0BD

Text Example


Text Example

White with #F7C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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