Html Css Color HEX #FCBBCC Pink

📋 copy color: '#FCBBCC'

red 252 ◦ green 187 ◦ blue 204

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

Shades of Pink #FCBBCC

Tints of Pink #FCBBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.73%

R = 39.19%
G = 29.08%
B = 31.73%

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

#FCBBCC (or 0xFCBBCC) is known color: Pink. HEX triplet: FC, BB and CC. RGB value is (252,187,204). Sum of RGB (Red+Green+Blue) = 252+187+204=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBCC is #034433. Grayscale: #D0D0D0. Windows color (decimal): -214068 or 13417468. OLE color: 13417468.

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

Color convert

RGB 252 187 204 -
CMYK 0 0.26 0.19 0.01
HSL 344.31º 0.92% 0.86% -
HSV(B) 344.31º 0.26% 0.99% -
XYZ 68.81 60.6 65.2 -
YUV 208.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 252 187 204 0 0.26 0.19 0.01 344.31 0.92 0.86
Hex FC BB CC 0 1A 13 1 158 5C 56
Octal 374 273 314 0 32 23 1 530 134 126
Binary 11111100 10111011 11001100 0 11010 10011 1 101011000 1011100 1010110

Color Harmonies of #FCBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBCC

Black with #FCBBCC

Text Example


Text Example

White with #FCBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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