Html Css Color HEX #F7BFCC Pink

📋 copy color: '#F7BFCC'

red 247 ◦ green 191 ◦ blue 204

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

Shades of Pink #F7BFCC

Tints of Pink #F7BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 29.75%

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 38.47%
G = 29.75%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7BFCC (or 0xF7BFCC) is known color: Pink. HEX triplet: F7, BF and CC. RGB value is (247,191,204). Sum of RGB (Red+Green+Blue) = 247+191+204=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFCC is #084033. Grayscale: #D1D1D1. Windows color (decimal): -540724 or 13418487. OLE color: 13418487.

HSL color Cylindrical-coordinate representation of color #F7BFCC: hue angle of 346.07º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFCC is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 191 204 -
CMYK 0 0.23 0.17 0.03
HSL 346.07º 0.78% 0.86% -
HSV(B) 346.07º 0.23% 0.97% -
XYZ 67.89 61.4 65.4 -
YUV 209.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 247 191 204 0 0.23 0.17 0.03 346.07 0.78 0.86
Hex F7 BF CC 0 17 11 3 15A 4E 56
Octal 367 277 314 0 27 21 3 532 116 126
Binary 11110111 10111111 11001100 0 10111 10001 11 101011010 1001110 1010110

Color Harmonies of #F7BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BFCC

Black with #F7BFCC

Text Example


Text Example

White with #F7BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BFCC; }

 p { color: rgb(247,191,204); }

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

background-color css

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

 a { background-color: rgb(247,191,204); }

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

border-color css

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

 span { border-color: rgb(247,191,204); }

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