Html Css Color HEX #F6C2CC Pink

📋 copy color: '#F6C2CC'

red 246 ◦ green 194 ◦ blue 204

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

Shades of Pink #F6C2CC

Tints of Pink #F6C2CC

RGB

 RED value IS 246 (96.48% from 255) = 38.2%

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

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

R = 38.2%
G = 30.12%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6C2CC (or 0xF6C2CC) is known color: Pink. HEX triplet: F6, C2 and CC. RGB value is (246,194,204). Sum of RGB (Red+Green+Blue) = 246+194+204=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2CC is #093D33. Grayscale: #D2D2D2. Windows color (decimal): -605492 or 13419254. OLE color: 13419254.

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

Color convert

RGB 246 194 204 -
CMYK 0 0.21 0.17 0.04
HSL 348.46º 0.74% 0.86% -
HSV(B) 348.46º 0.21% 0.96% -
XYZ 68.2 62.54 65.6 -
YUV 210.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 246 194 204 0 0.21 0.17 0.04 348.46 0.74 0.86
Hex F6 C2 CC 0 15 11 4 15C 4A 56
Octal 366 302 314 0 25 21 4 534 112 126
Binary 11110110 11000010 11001100 0 10101 10001 100 101011100 1001010 1010110

Color Harmonies of #F6C2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2CC

Black with #F6C2CC

Text Example


Text Example

White with #F6C2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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