Html Css Color HEX #FCC2BB Your Pink

📋 copy color: '#FCC2BB'

red 252 ◦ green 194 ◦ blue 187

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

Shades of Your Pink #FCC2BB

Tints of Your Pink #FCC2BB

RGB

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

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

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

R = 39.81%
G = 30.65%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCC2BB (or 0xFCC2BB) is known color: Your Pink. HEX triplet: FC, C2 and BB. RGB value is (252,194,187). Sum of RGB (Red+Green+Blue) = 252+194+187=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2BB is #033D44. Grayscale: #D2D2D2. Windows color (decimal): -212293 or 12305148. OLE color: 12305148.

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

Color convert

RGB 252 194 187 -
CMYK 0 0.23 0.26 0.01
HSL 6.46º 0.92% 0.86% -
HSV(B) 6.46º 0.26% 0.99% -
XYZ 68.41 62.87 55.54 -
YUV 210.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 252 194 187 0 0.23 0.26 0.01 6.46 0.92 0.86
Hex FC C2 BB 0 17 1A 1 6 5C 56
Octal 374 302 273 0 27 32 1 6 134 126
Binary 11111100 11000010 10111011 0 10111 11010 1 110 1011100 1010110

Color Harmonies of #FCC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2BB

Black with #FCC2BB

Text Example


Text Example

White with #FCC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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