Html Css Color HEX #FCC6BE Your Pink

📋 copy color: '#FCC6BE'

red 252 ◦ green 198 ◦ blue 190

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

Shades of Your Pink #FCC6BE

Tints of Your Pink #FCC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.94%

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

R = 39.38%
G = 30.94%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCC6BE (or 0xFCC6BE) is known color: Your Pink. HEX triplet: FC, C6 and BE. RGB value is (252,198,190). Sum of RGB (Red+Green+Blue) = 252+198+190=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6BE is #033941. Grayscale: #D5D5D5. Windows color (decimal): -211266 or 12502780. OLE color: 12502780.

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

Color convert

RGB 252 198 190 -
CMYK 0 0.21 0.25 0.01
HSL 7.74º 0.91% 0.87% -
HSV(B) 7.74º 0.25% 0.99% -
XYZ 69.63 64.8 57.55 -
YUV 213.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 252 198 190 0 0.21 0.25 0.01 7.74 0.91 0.87
Hex FC C6 BE 0 15 19 1 8 5B 57
Octal 374 306 276 0 25 31 1 10 133 127
Binary 11111100 11000110 10111110 0 10101 11001 1 1000 1011011 1010111

Color Harmonies of #FCC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6BE

Black with #FCC6BE

Text Example


Text Example

White with #FCC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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