Html Css Color HEX #F7C2CD Pink

📋 copy color: '#F7C2CD'

red 247 ◦ green 194 ◦ blue 205

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

Shades of Pink #F7C2CD

Tints of Pink #F7C2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.73%

R = 38.24%
G = 30.03%
B = 31.73%

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

#F7C2CD (or 0xF7C2CD) is known color: Pink. HEX triplet: F7, C2 and CD. RGB value is (247,194,205). Sum of RGB (Red+Green+Blue) = 247+194+205=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2CD is #083D32. Grayscale: #D3D3D3. Windows color (decimal): -539955 or 13484791. OLE color: 13484791.

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

Color convert

RGB 247 194 205 -
CMYK 0 0.21 0.17 0.03
HSL 347.55º 0.77% 0.86% -
HSV(B) 347.55º 0.21% 0.97% -
XYZ 68.67 62.77 66.25 -
YUV 211.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 247 194 205 0 0.21 0.17 0.03 347.55 0.77 0.86
Hex F7 C2 CD 0 15 11 3 15C 4D 56
Octal 367 302 315 0 25 21 3 534 115 126
Binary 11110111 11000010 11001101 0 10101 10001 11 101011100 1001101 1010110

Color Harmonies of #F7C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2CD

Black with #F7C2CD

Text Example


Text Example

White with #F7C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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