Html Css Color HEX #F7C5CF Pink

📋 copy color: '#F7C5CF'

red 247 ◦ green 197 ◦ blue 207

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

Shades of Pink #F7C5CF

Tints of Pink #F7C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.26%

 BLUE value IS 207 (81.25% from 255) = 31.8%

R = 37.94%
G = 30.26%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7C5CF (or 0xF7C5CF) is known color: Pink. HEX triplet: F7, C5 and CF. RGB value is (247,197,207). Sum of RGB (Red+Green+Blue) = 247+197+207=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5CF is #083A30. Grayscale: #D5D5D5. Windows color (decimal): -539185 or 13616631. OLE color: 13616631.

HSL color Cylindrical-coordinate representation of color #F7C5CF: hue angle of 348º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C5CF is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 197 207 -
CMYK 0 0.20 0.16 0.03
HSL 348º 0.76% 0.87% -
HSV(B) 348º 0.2% 0.97% -
XYZ 69.59 64.21 67.76 -
YUV 213.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 247 197 207 0 0.20 0.16 0.03 348 0.76 0.87
Hex F7 C5 CF 0 14 10 3 15C 4C 57
Octal 367 305 317 0 24 20 3 534 114 127
Binary 11110111 11000101 11001111 0 10100 10000 11 101011100 1001100 1010111

Color Harmonies of #F7C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C5CF

Black with #F7C5CF

Text Example


Text Example

White with #F7C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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