Html Css Color HEX #FCC0BE Your Pink

📋 copy color: '#FCC0BE'

red 252 ◦ green 192 ◦ blue 190

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

Shades of Your Pink #FCC0BE

Tints of Your Pink #FCC0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.97%

R = 39.75%
G = 30.28%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCC0BE (or 0xFCC0BE) is known color: Your Pink. HEX triplet: FC, C0 and BE. RGB value is (252,192,190). Sum of RGB (Red+Green+Blue) = 252+192+190=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0BE is #033F41. Grayscale: #D1D1D1. Windows color (decimal): -212802 or 12501244. OLE color: 12501244.

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

Color convert

RGB 252 192 190 -
CMYK 0 0.24 0.25 0.01
HSL 1.94º 0.91% 0.87% -
HSV(B) 1.94º 0.25% 0.99% -
XYZ 68.29 62.11 57.1 -
YUV 209.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 252 192 190 0 0.24 0.25 0.01 1.94 0.91 0.87
Hex FC C0 BE 0 18 19 1 2 5B 57
Octal 374 300 276 0 30 31 1 2 133 127
Binary 11111100 11000000 10111110 0 11000 11001 1 10 1011011 1010111

Color Harmonies of #FCC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0BE

Black with #FCC0BE

Text Example


Text Example

White with #FCC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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