Html Css Color HEX #F6C3CC Pink

📋 copy color: '#F6C3CC'

red 246 ◦ green 195 ◦ blue 204

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

Shades of Pink #F6C3CC

Tints of Pink #F6C3CC

RGB

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

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

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

R = 38.14%
G = 30.23%
B = 31.63%

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

#F6C3CC (or 0xF6C3CC) is known color: Pink. HEX triplet: F6, C3 and CC. RGB value is (246,195,204). Sum of RGB (Red+Green+Blue) = 246+195+204=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3CC is #093C33. Grayscale: #D3D3D3. Windows color (decimal): -605236 or 13419510. OLE color: 13419510.

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

Color convert

RGB 246 195 204 -
CMYK 0 0.21 0.17 0.04
HSL 349.41º 0.74% 0.86% -
HSV(B) 349.41º 0.21% 0.96% -
XYZ 68.42 62.98 65.68 -
YUV 211.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 246 195 204 0 0.21 0.17 0.04 349.41 0.74 0.86
Hex F6 C3 CC 0 15 11 4 15D 4A 56
Octal 366 303 314 0 25 21 4 535 112 126
Binary 11110110 11000011 11001100 0 10101 10001 100 101011101 1001010 1010110

Color Harmonies of #F6C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C3CC

Black with #F6C3CC

Text Example


Text Example

White with #F6C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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