Html Css Color HEX #F6C2CB Pink

📋 copy color: '#F6C2CB'

red 246 ◦ green 194 ◦ blue 203

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

Shades of Pink #F6C2CB

Tints of Pink #F6C2CB

RGB

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

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

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

R = 38.26%
G = 30.17%
B = 31.57%

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

#F6C2CB (or 0xF6C2CB) is known color: Pink. HEX triplet: F6, C2 and CB. RGB value is (246,194,203). Sum of RGB (Red+Green+Blue) = 246+194+203=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2CB is #093D34. Grayscale: #D2D2D2. Windows color (decimal): -605493 or 13353718. OLE color: 13353718.

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

Color convert

RGB 246 194 203 -
CMYK 0 0.21 0.17 0.04
HSL 349.62º 0.74% 0.86% -
HSV(B) 349.62º 0.21% 0.96% -
XYZ 68.08 62.49 64.97 -
YUV 210.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 246 194 203 0 0.21 0.17 0.04 349.62 0.74 0.86
Hex F6 C2 CB 0 15 11 4 15E 4A 56
Octal 366 302 313 0 25 21 4 536 112 126
Binary 11110110 11000010 11001011 0 10101 10001 100 101011110 1001010 1010110

Color Harmonies of #F6C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2CB

Black with #F6C2CB

Text Example


Text Example

White with #F6C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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