Html Css Color HEX #F7BDC7 Pink

📋 copy color: '#F7BDC7'

red 247 ◦ green 189 ◦ blue 199

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

Shades of Pink #F7BDC7

Tints of Pink #F7BDC7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.76%

 BLUE value IS 199 (78.13% from 255) = 31.34%

R = 38.9%
G = 29.76%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F7BDC7 (or 0xF7BDC7) is known color: Pink. HEX triplet: F7, BD and C7. RGB value is (247,189,199). Sum of RGB (Red+Green+Blue) = 247+189+199=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDC7 is #084238. Grayscale: #CFCFCF. Windows color (decimal): -541241 or 13090295. OLE color: 13090295.

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

Color convert

RGB 247 189 199 -
CMYK 0 0.23 0.19 0.03
HSL 349.66º 0.78% 0.85% -
HSV(B) 349.66º 0.23% 0.97% -
XYZ 66.86 60.29 62.15 -
YUV 207.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 247 189 199 0 0.23 0.19 0.03 349.66 0.78 0.85
Hex F7 BD C7 0 17 13 3 15E 4E 55
Octal 367 275 307 0 27 23 3 536 116 125
Binary 11110111 10111101 11000111 0 10111 10011 11 101011110 1001110 1010101

Color Harmonies of #F7BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDC7

Black with #F7BDC7

Text Example


Text Example

White with #F7BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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