Html Css Color HEX #FCBECD Pink

📋 copy color: '#FCBECD'

red 252 ◦ green 190 ◦ blue 205

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

Shades of Pink #FCBECD

Tints of Pink #FCBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.37%

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

R = 38.95%
G = 29.37%
B = 31.68%

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

#FCBECD (or 0xFCBECD) is known color: Pink. HEX triplet: FC, BE and CD. RGB value is (252,190,205). Sum of RGB (Red+Green+Blue) = 252+190+205=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECD is #034132. Grayscale: #D2D2D2. Windows color (decimal): -213299 or 13483772. OLE color: 13483772.

HSL color Cylindrical-coordinate representation of color #FCBECD: hue angle of 345.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBECD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 190 205 -
CMYK 0 0.25 0.19 0.01
HSL 345.48º 0.91% 0.87% -
HSV(B) 345.48º 0.25% 0.99% -
XYZ 69.58 61.93 66.04 -
YUV 210.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 252 190 205 0 0.25 0.19 0.01 345.48 0.91 0.87
Hex FC BE CD 0 19 13 1 159 5B 57
Octal 374 276 315 0 31 23 1 531 133 127
Binary 11111100 10111110 11001101 0 11001 10011 1 101011001 1011011 1010111

Color Harmonies of #FCBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBECD

Black with #FCBECD

Text Example


Text Example

White with #FCBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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