Html Css Color HEX #F7C2CE Pink

📋 copy color: '#F7C2CE'

red 247 ◦ green 194 ◦ blue 206

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

Shades of Pink #F7C2CE

Tints of Pink #F7C2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.98%

 BLUE value IS 206 (80.86% from 255) = 31.84%

R = 38.18%
G = 29.98%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7C2CE (or 0xF7C2CE) is known color: Pink. HEX triplet: F7, C2 and CE. RGB value is (247,194,206). Sum of RGB (Red+Green+Blue) = 247+194+206=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2CE is #083D31. Grayscale: #D3D3D3. Windows color (decimal): -539954 or 13550327. OLE color: 13550327.

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

Color convert

RGB 247 194 206 -
CMYK 0 0.21 0.17 0.03
HSL 346.42º 0.77% 0.86% -
HSV(B) 346.42º 0.21% 0.97% -
XYZ 68.79 62.81 66.89 -
YUV 211.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 247 194 206 0 0.21 0.17 0.03 346.42 0.77 0.86
Hex F7 C2 CE 0 15 11 3 15A 4D 56
Octal 367 302 316 0 25 21 3 532 115 126
Binary 11110111 11000010 11001110 0 10101 10001 11 101011010 1001101 1010110

Color Harmonies of #F7C2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2CE

Black with #F7C2CE

Text Example


Text Example

White with #F7C2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2CE; }

 p { color: rgb(247,194,206); }

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

background-color css

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

 a { background-color: rgb(247,194,206); }

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

border-color css

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

 span { border-color: rgb(247,194,206); }

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