Html Css Color HEX #F7C2CB Pink

📋 copy color: '#F7C2CB'

red 247 ◦ green 194 ◦ blue 203

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

Shades of Pink #F7C2CB

Tints of Pink #F7C2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.52%

R = 38.35%
G = 30.12%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7C2CB (or 0xF7C2CB) is known color: Pink. HEX triplet: F7, C2 and CB. RGB value is (247,194,203). Sum of RGB (Red+Green+Blue) = 247+194+203=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2CB is #083D34. Grayscale: #D2D2D2. Windows color (decimal): -539957 or 13353719. OLE color: 13353719.

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

Color convert

RGB 247 194 203 -
CMYK 0 0.21 0.18 0.03
HSL 349.81º 0.77% 0.86% -
HSV(B) 349.81º 0.21% 0.97% -
XYZ 68.43 62.67 64.99 -
YUV 210.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 247 194 203 0 0.21 0.18 0.03 349.81 0.77 0.86
Hex F7 C2 CB 0 15 12 3 15E 4D 56
Octal 367 302 313 0 25 22 3 536 115 126
Binary 11110111 11000010 11001011 0 10101 10010 11 101011110 1001101 1010110

Color Harmonies of #F7C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2CB

Black with #F7C2CB

Text Example


Text Example

White with #F7C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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