Html Css Color HEX #F7C6BD Your Pink

📋 copy color: '#F7C6BD'

red 247 ◦ green 198 ◦ blue 189

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

Shades of Your Pink #F7C6BD

Tints of Your Pink #F7C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.23%

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

R = 38.96%
G = 31.23%
B = 29.81%

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

#F7C6BD (or 0xF7C6BD) is known color: Your Pink. HEX triplet: F7, C6 and BD. RGB value is (247,198,189). Sum of RGB (Red+Green+Blue) = 247+198+189=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6BD is #083942. Grayscale: #D3D3D3. Windows color (decimal): -538947 or 12437239. OLE color: 12437239.

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

Color convert

RGB 247 198 189 -
CMYK 0 0.20 0.23 0.03
HSL 9.31º 0.78% 0.85% -
HSV(B) 9.31º 0.23% 0.97% -
XYZ 67.74 63.84 56.9 -
YUV 211.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 247 198 189 0 0.20 0.23 0.03 9.31 0.78 0.85
Hex F7 C6 BD 0 14 17 3 9 4E 55
Octal 367 306 275 0 24 27 3 11 116 125
Binary 11110111 11000110 10111101 0 10100 10111 11 1001 1001110 1010101

Color Harmonies of #F7C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C6BD

Black with #F7C6BD

Text Example


Text Example

White with #F7C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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