Html Css Color HEX #F6C3CE Pink

📋 copy color: '#F6C3CE'

red 246 ◦ green 195 ◦ blue 206

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

Shades of Pink #F6C3CE

Tints of Pink #F6C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.14%

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

R = 38.02%
G = 30.14%
B = 31.84%

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

#F6C3CE (or 0xF6C3CE) is known color: Pink. HEX triplet: F6, C3 and CE. RGB value is (246,195,206). Sum of RGB (Red+Green+Blue) = 246+195+206=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3CE is #093C31. Grayscale: #D3D3D3. Windows color (decimal): -605234 or 13550582. OLE color: 13550582.

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

Color convert

RGB 246 195 206 -
CMYK 0 0.21 0.16 0.04
HSL 347.06º 0.74% 0.86% -
HSV(B) 347.06º 0.21% 0.96% -
XYZ 68.66 63.08 66.95 -
YUV 211.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 246 195 206 0 0.21 0.16 0.04 347.06 0.74 0.86
Hex F6 C3 CE 0 15 10 4 15B 4A 56
Octal 366 303 316 0 25 20 4 533 112 126
Binary 11110110 11000011 11001110 0 10101 10000 100 101011011 1001010 1010110

Color Harmonies of #F6C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C3CE

Black with #F6C3CE

Text Example


Text Example

White with #F6C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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