Html Css Color HEX #FCBDCE Pink

📋 copy color: '#FCBDCE'

red 252 ◦ green 189 ◦ blue 206

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

Shades of Pink #FCBDCE

Tints of Pink #FCBDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.84%

R = 38.95%
G = 29.21%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCBDCE (or 0xFCBDCE) is known color: Pink. HEX triplet: FC, BD and CE. RGB value is (252,189,206). Sum of RGB (Red+Green+Blue) = 252+189+206=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDCE is #034231. Grayscale: #D1D1D1. Windows color (decimal): -213554 or 13549052. OLE color: 13549052.

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

Color convert

RGB 252 189 206 -
CMYK 0 0.25 0.18 0.01
HSL 343.81º 0.91% 0.86% -
HSV(B) 343.81º 0.25% 0.99% -
XYZ 69.48 61.55 66.61 -
YUV 209.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 252 189 206 0 0.25 0.18 0.01 343.81 0.91 0.86
Hex FC BD CE 0 19 12 1 158 5B 56
Octal 374 275 316 0 31 22 1 530 133 126
Binary 11111100 10111101 11001110 0 11001 10010 1 101011000 1011011 1010110

Color Harmonies of #FCBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDCE

Black with #FCBDCE

Text Example


Text Example

White with #FCBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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