Html Css Color HEX #F7BAC5 Light Pink

📋 copy color: '#F7BAC5'

red 247 ◦ green 186 ◦ blue 197

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

Shades of Light Pink #F7BAC5

Tints of Light Pink #F7BAC5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.52%

 BLUE value IS 197 (77.34% from 255) = 31.27%

R = 39.21%
G = 29.52%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F7BAC5 (or 0xF7BAC5) is known color: Light Pink. HEX triplet: F7, BA and C5. RGB value is (247,186,197). Sum of RGB (Red+Green+Blue) = 247+186+197=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAC5 is #08453A. Grayscale: #CDCDCD. Windows color (decimal): -542011 or 12958455. OLE color: 12958455.

HSL color Cylindrical-coordinate representation of color #F7BAC5: hue angle of 349.18º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BAC5 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 197 -
CMYK 0 0.25 0.20 0.03
HSL 349.18º 0.79% 0.85% -
HSV(B) 349.18º 0.25% 0.97% -
XYZ 65.99 58.92 60.72 -
YUV 205.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 247 186 197 0 0.25 0.20 0.03 349.18 0.79 0.85
Hex F7 BA C5 0 19 14 3 15D 4F 55
Octal 367 272 305 0 31 24 3 535 117 125
Binary 11110111 10111010 11000101 0 11001 10100 11 101011101 1001111 1010101

Color Harmonies of #F7BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAC5

Black with #F7BAC5

Text Example


Text Example

White with #F7BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAC5; }

 p { color: rgb(247,186,197); }

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

background-color css

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

 a { background-color: rgb(247,186,197); }

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

border-color css

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

 span { border-color: rgb(247,186,197); }

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