Html Css Color HEX #F6C2CE Pink

📋 copy color: '#F6C2CE'

red 246 ◦ green 194 ◦ blue 206

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

Shades of Pink #F6C2CE

Tints of Pink #F6C2CE

RGB

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

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

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

R = 38.08%
G = 30.03%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6C2CE (or 0xF6C2CE) is known color: Pink. HEX triplet: F6, C2 and CE. RGB value is (246,194,206). Sum of RGB (Red+Green+Blue) = 246+194+206=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2CE is #093D31. Grayscale: #D2D2D2. Windows color (decimal): -605490 or 13550326. OLE color: 13550326.

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

Color convert

RGB 246 194 206 -
CMYK 0 0.21 0.16 0.04
HSL 346.15º 0.74% 0.86% -
HSV(B) 346.15º 0.21% 0.96% -
XYZ 68.44 62.63 66.87 -
YUV 210.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 246 194 206 0 0.21 0.16 0.04 346.15 0.74 0.86
Hex F6 C2 CE 0 15 10 4 15A 4A 56
Octal 366 302 316 0 25 20 4 532 112 126
Binary 11110110 11000010 11001110 0 10101 10000 100 101011010 1001010 1010110

Color Harmonies of #F6C2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2CE

Black with #F6C2CE

Text Example


Text Example

White with #F6C2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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