Html Css Color HEX #FCBCCB Pink

📋 copy color: '#FCBCCB'

red 252 ◦ green 188 ◦ blue 203

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

Shades of Pink #FCBCCB

Tints of Pink #FCBCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.57%

R = 39.19%
G = 29.24%
B = 31.57%

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

#FCBCCB (or 0xFCBCCB) is known color: Pink. HEX triplet: FC, BC and CB. RGB value is (252,188,203). Sum of RGB (Red+Green+Blue) = 252+188+203=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCCB is #034334. Grayscale: #D0D0D0. Windows color (decimal): -213813 or 13352188. OLE color: 13352188.

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

Color convert

RGB 252 188 203 -
CMYK 0 0.25 0.19 0.01
HSL 345.94º 0.91% 0.86% -
HSV(B) 345.94º 0.25% 0.99% -
XYZ 68.91 60.97 64.64 -
YUV 208.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 252 188 203 0 0.25 0.19 0.01 345.94 0.91 0.86
Hex FC BC CB 0 19 13 1 15A 5B 56
Octal 374 274 313 0 31 23 1 532 133 126
Binary 11111100 10111100 11001011 0 11001 10011 1 101011010 1011011 1010110

Color Harmonies of #FCBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCCB

Black with #FCBCCB

Text Example


Text Example

White with #FCBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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