Html Css Color HEX #FCC8BD Your Pink

📋 copy color: '#FCC8BD'

red 252 ◦ green 200 ◦ blue 189

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

Shades of Your Pink #FCC8BD

Tints of Your Pink #FCC8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.2%

 BLUE value IS 189 (74.22% from 255) = 29.49%

R = 39.31%
G = 31.2%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCC8BD (or 0xFCC8BD) is known color: Your Pink. HEX triplet: FC, C8 and BD. RGB value is (252,200,189). Sum of RGB (Red+Green+Blue) = 252+200+189=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8BD is #033742. Grayscale: #D6D6D6. Windows color (decimal): -210755 or 12437756. OLE color: 12437756.

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

Color convert

RGB 252 200 189 -
CMYK 0 0.21 0.25 0.01
HSL 10.48º 0.91% 0.86% -
HSV(B) 10.48º 0.25% 0.99% -
XYZ 69.98 65.68 57.13 -
YUV 214.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 252 200 189 0 0.21 0.25 0.01 10.48 0.91 0.86
Hex FC C8 BD 0 15 19 1 A 5B 56
Octal 374 310 275 0 25 31 1 12 133 126
Binary 11111100 11001000 10111101 0 10101 11001 1 1010 1011011 1010110

Color Harmonies of #FCC8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8BD

Black with #FCC8BD

Text Example


Text Example

White with #FCC8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8BD; }

 p { color: rgb(252,200,189); }

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

background-color css

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

 a { background-color: rgb(252,200,189); }

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

border-color css

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

 span { border-color: rgb(252,200,189); }

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