Html Css Color HEX #FCC2BE Your Pink

📋 copy color: '#FCC2BE'

red 252 ◦ green 194 ◦ blue 190

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

Shades of Your Pink #FCC2BE

Tints of Your Pink #FCC2BE

RGB

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

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

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

R = 39.62%
G = 30.5%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCC2BE (or 0xFCC2BE) is known color: Your Pink. HEX triplet: FC, C2 and BE. RGB value is (252,194,190). Sum of RGB (Red+Green+Blue) = 252+194+190=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2BE is #033D41. Grayscale: #D2D2D2. Windows color (decimal): -212290 or 12501756. OLE color: 12501756.

HSL color Cylindrical-coordinate representation of color #FCC2BE: hue angle of 3.87º 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 #FCC2BE is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 190 -
CMYK 0 0.23 0.25 0.01
HSL 3.87º 0.91% 0.87% -
HSV(B) 3.87º 0.25% 0.99% -
XYZ 68.73 63 57.25 -
YUV 210.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 252 194 190 0 0.23 0.25 0.01 3.87 0.91 0.87
Hex FC C2 BE 0 17 19 1 4 5B 57
Octal 374 302 276 0 27 31 1 4 133 127
Binary 11111100 11000010 10111110 0 10111 11001 1 100 1011011 1010111

Color Harmonies of #FCC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2BE

Black with #FCC2BE

Text Example


Text Example

White with #FCC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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