Html Css Color HEX #FCC0BB Your Pink

📋 copy color: '#FCC0BB'

red 252 ◦ green 192 ◦ blue 187

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

Shades of Your Pink #FCC0BB

Tints of Your Pink #FCC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.43%

 BLUE value IS 187 (73.44% from 255) = 29.64%

R = 39.94%
G = 30.43%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCC0BB (or 0xFCC0BB) is known color: Your Pink. HEX triplet: FC, C0 and BB. RGB value is (252,192,187). Sum of RGB (Red+Green+Blue) = 252+192+187=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0BB is #033F44. Grayscale: #D1D1D1. Windows color (decimal): -212805 or 12304636. OLE color: 12304636.

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

Color convert

RGB 252 192 187 -
CMYK 0 0.24 0.26 0.01
HSL 4.62º 0.92% 0.86% -
HSV(B) 4.62º 0.26% 0.99% -
XYZ 67.96 61.98 55.4 -
YUV 209.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 252 192 187 0 0.24 0.26 0.01 4.62 0.92 0.86
Hex FC C0 BB 0 18 1A 1 5 5C 56
Octal 374 300 273 0 30 32 1 5 134 126
Binary 11111100 11000000 10111011 0 11000 11010 1 101 1011100 1010110

Color Harmonies of #FCC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0BB

Black with #FCC0BB

Text Example


Text Example

White with #FCC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0BB; }

 p { color: rgb(252,192,187); }

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

background-color css

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

 a { background-color: rgb(252,192,187); }

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

border-color css

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

 span { border-color: rgb(252,192,187); }

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