Html Css Color HEX #FCC3BA Your Pink

📋 copy color: '#FCC3BA'

red 252 ◦ green 195 ◦ blue 186

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

Shades of Your Pink #FCC3BA

Tints of Your Pink #FCC3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.81%

 BLUE value IS 186 (73.05% from 255) = 29.38%

R = 39.81%
G = 30.81%
B = 29.38%

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

#FCC3BA (or 0xFCC3BA) is known color: Your Pink. HEX triplet: FC, C3 and BA. RGB value is (252,195,186). Sum of RGB (Red+Green+Blue) = 252+195+186=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3BA is #033C45. Grayscale: #D3D3D3. Windows color (decimal): -212038 or 12239868. OLE color: 12239868.

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

Color convert

RGB 252 195 186 -
CMYK 0 0.23 0.26 0.01
HSL 8.18º 0.92% 0.86% -
HSV(B) 8.18º 0.26% 0.99% -
XYZ 68.52 63.27 55.06 -
YUV 211.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 252 195 186 0 0.23 0.26 0.01 8.18 0.92 0.86
Hex FC C3 BA 0 17 1A 1 8 5C 56
Octal 374 303 272 0 27 32 1 10 134 126
Binary 11111100 11000011 10111010 0 10111 11010 1 1000 1011100 1010110

Color Harmonies of #FCC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3BA

Black with #FCC3BA

Text Example


Text Example

White with #FCC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3BA; }

 p { color: rgb(252,195,186); }

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

background-color css

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

 a { background-color: rgb(252,195,186); }

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

border-color css

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

 span { border-color: rgb(252,195,186); }

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