Html Css Color HEX #FCBDCD Pink

📋 copy color: '#FCBDCD'

red 252 ◦ green 189 ◦ blue 205

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

Shades of Pink #FCBDCD

Tints of Pink #FCBDCD

RGB

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

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

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

R = 39.01%
G = 29.26%
B = 31.73%

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

#FCBDCD (or 0xFCBDCD) is known color: Pink. HEX triplet: FC, BD and CD. RGB value is (252,189,205). Sum of RGB (Red+Green+Blue) = 252+189+205=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDCD is #034232. Grayscale: #D1D1D1. Windows color (decimal): -213555 or 13483516. OLE color: 13483516.

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

Color convert

RGB 252 189 205 -
CMYK 0 0.25 0.19 0.01
HSL 344.76º 0.91% 0.86% -
HSV(B) 344.76º 0.25% 0.99% -
XYZ 69.36 61.5 65.97 -
YUV 209.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 252 189 205 0 0.25 0.19 0.01 344.76 0.91 0.86
Hex FC BD CD 0 19 13 1 159 5B 56
Octal 374 275 315 0 31 23 1 531 133 126
Binary 11111100 10111101 11001101 0 11001 10011 1 101011001 1011011 1010110

Color Harmonies of #FCBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDCD

Black with #FCBDCD

Text Example


Text Example

White with #FCBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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