Html Css Color HEX #FCC6CE Pink

📋 copy color: '#FCC6CE'

red 252 ◦ green 198 ◦ blue 206

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

Shades of Pink #FCC6CE

Tints of Pink #FCC6CE

RGB

 RED value IS 252 (98.83% from 255) = 38.41%

 GREEN value IS 198 (77.73% from 255) = 30.18%

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

R = 38.41%
G = 30.18%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCC6CE (or 0xFCC6CE) is known color: Pink. HEX triplet: FC, C6 and CE. RGB value is (252,198,206). Sum of RGB (Red+Green+Blue) = 252+198+206=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CE is #033931. Grayscale: #D7D7D7. Windows color (decimal): -211250 or 13551356. OLE color: 13551356.

HSL color Cylindrical-coordinate representation of color #FCC6CE: hue angle of 351.11º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6CE is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 206 -
CMYK 0 0.21 0.18 0.01
HSL 351.11º 0.9% 0.88% -
HSV(B) 351.11º 0.21% 0.99% -
XYZ 71.48 65.54 67.28 -
YUV 215.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 252 198 206 0 0.21 0.18 0.01 351.11 0.9 0.88
Hex FC C6 CE 0 15 12 1 15F 5A 58
Octal 374 306 316 0 25 22 1 537 132 130
Binary 11111100 11000110 11001110 0 10101 10010 1 101011111 1011010 1011000

Color Harmonies of #FCC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6CE

Black with #FCC6CE

Text Example


Text Example

White with #FCC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6CE; }

 p { color: rgb(252,198,206); }

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

background-color css

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

 a { background-color: rgb(252,198,206); }

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

border-color css

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

 span { border-color: rgb(252,198,206); }

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