Html Css Color HEX #FCC0B7 Your Pink

📋 copy color: '#FCC0B7'

red 252 ◦ green 192 ◦ blue 183

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

Shades of Your Pink #FCC0B7

Tints of Your Pink #FCC0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.19%

R = 40.19%
G = 30.62%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCC0B7 (or 0xFCC0B7) is known color: Your Pink. HEX triplet: FC, C0 and B7. RGB value is (252,192,183). Sum of RGB (Red+Green+Blue) = 252+192+183=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 183 (71.88% from 255 or 29.19% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0B7 is #033F48. Grayscale: #D1D1D1. Windows color (decimal): -212809 or 12042492. OLE color: 12042492.

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

Color convert

RGB 252 192 183 -
CMYK 0 0.24 0.27 0.01
HSL 7.83º 0.92% 0.85% -
HSV(B) 7.83º 0.27% 0.99% -
XYZ 67.54 61.81 53.17 -
YUV 208.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 252 192 183 0 0.24 0.27 0.01 7.83 0.92 0.85
Hex FC C0 B7 0 18 1B 1 8 5C 55
Octal 374 300 267 0 30 33 1 10 134 125
Binary 11111100 11000000 10110111 0 11000 11011 1 1000 1011100 1010101

Color Harmonies of #FCC0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0B7

Black with #FCC0B7

Text Example


Text Example

White with #FCC0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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