Html Css Color HEX #F7C2CC Pink

📋 copy color: '#F7C2CC'

red 247 ◦ green 194 ◦ blue 204

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

Shades of Pink #F7C2CC

Tints of Pink #F7C2CC

RGB

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

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

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

R = 38.29%
G = 30.08%
B = 31.63%

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

#F7C2CC (or 0xF7C2CC) is known color: Pink. HEX triplet: F7, C2 and CC. RGB value is (247,194,204). Sum of RGB (Red+Green+Blue) = 247+194+204=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2CC is #083D33. Grayscale: #D3D3D3. Windows color (decimal): -539956 or 13419255. OLE color: 13419255.

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

Color convert

RGB 247 194 204 -
CMYK 0 0.21 0.17 0.03
HSL 348.68º 0.77% 0.86% -
HSV(B) 348.68º 0.21% 0.97% -
XYZ 68.55 62.72 65.62 -
YUV 210.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 247 194 204 0 0.21 0.17 0.03 348.68 0.77 0.86
Hex F7 C2 CC 0 15 11 3 15D 4D 56
Octal 367 302 314 0 25 21 3 535 115 126
Binary 11110111 11000010 11001100 0 10101 10001 11 101011101 1001101 1010110

Color Harmonies of #F7C2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2CC

Black with #F7C2CC

Text Example


Text Example

White with #F7C2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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