Html Css Color HEX #FCBDCB Pink

📋 copy color: '#FCBDCB'

red 252 ◦ green 189 ◦ blue 203

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

Shades of Pink #FCBDCB

Tints of Pink #FCBDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.35%

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

R = 39.13%
G = 29.35%
B = 31.52%

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

#FCBDCB (or 0xFCBDCB) is known color: Pink. HEX triplet: FC, BD and CB. RGB value is (252,189,203). Sum of RGB (Red+Green+Blue) = 252+189+203=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDCB is #034234. Grayscale: #D1D1D1. Windows color (decimal): -213557 or 13352444. OLE color: 13352444.

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

Color convert

RGB 252 189 203 -
CMYK 0 0.25 0.19 0.01
HSL 346.67º 0.91% 0.86% -
HSV(B) 346.67º 0.25% 0.99% -
XYZ 69.12 61.4 64.71 -
YUV 209.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 252 189 203 0 0.25 0.19 0.01 346.67 0.91 0.86
Hex FC BD CB 0 19 13 1 15B 5B 56
Octal 374 275 313 0 31 23 1 533 133 126
Binary 11111100 10111101 11001011 0 11001 10011 1 101011011 1011011 1010110

Color Harmonies of #FCBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDCB

Black with #FCBDCB

Text Example


Text Example

White with #FCBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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