Html Css Color HEX #FCBBCB Pink

📋 copy color: '#FCBBCB'

red 252 ◦ green 187 ◦ blue 203

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

Shades of Pink #FCBBCB

Tints of Pink #FCBBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.13%

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

R = 39.25%
G = 29.13%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCBBCB (or 0xFCBBCB) is known color: Pink. HEX triplet: FC, BB and CB. RGB value is (252,187,203). Sum of RGB (Red+Green+Blue) = 252+187+203=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBCB is #034434. Grayscale: #D0D0D0. Windows color (decimal): -214069 or 13351932. OLE color: 13351932.

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

Color convert

RGB 252 187 203 -
CMYK 0 0.26 0.19 0.01
HSL 345.23º 0.92% 0.86% -
HSV(B) 345.23º 0.26% 0.99% -
XYZ 68.69 60.55 64.57 -
YUV 208.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 252 187 203 0 0.26 0.19 0.01 345.23 0.92 0.86
Hex FC BB CB 0 1A 13 1 159 5C 56
Octal 374 273 313 0 32 23 1 531 134 126
Binary 11111100 10111011 11001011 0 11010 10011 1 101011001 1011100 1010110

Color Harmonies of #FCBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBCB

Black with #FCBBCB

Text Example


Text Example

White with #FCBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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