Html Css Color HEX #FCBCCD Pink

📋 copy color: '#FCBCCD'

red 252 ◦ green 188 ◦ blue 205

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

Shades of Pink #FCBCCD

Tints of Pink #FCBCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.15%

 BLUE value IS 205 (80.47% from 255) = 31.78%

R = 39.07%
G = 29.15%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCBCCD (or 0xFCBCCD) is known color: Pink. HEX triplet: FC, BC and CD. RGB value is (252,188,205). Sum of RGB (Red+Green+Blue) = 252+188+205=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCCD is #034332. Grayscale: #D1D1D1. Windows color (decimal): -213811 or 13483260. OLE color: 13483260.

HSL color Cylindrical-coordinate representation of color #FCBCCD: hue angle of 344.06º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCCD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 205 -
CMYK 0 0.25 0.19 0.01
HSL 344.06º 0.91% 0.86% -
HSV(B) 344.06º 0.25% 0.99% -
XYZ 69.15 61.07 65.9 -
YUV 209.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 252 188 205 0 0.25 0.19 0.01 344.06 0.91 0.86
Hex FC BC CD 0 19 13 1 158 5B 56
Octal 374 274 315 0 31 23 1 530 133 126
Binary 11111100 10111100 11001101 0 11001 10011 1 101011000 1011011 1010110

Color Harmonies of #FCBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCCD

Black with #FCBCCD

Text Example


Text Example

White with #FCBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCCD; }

 p { color: rgb(252,188,205); }

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

background-color css

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

 a { background-color: rgb(252,188,205); }

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

border-color css

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

 span { border-color: rgb(252,188,205); }

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