Html Css Color HEX #FCBDC8 Pink

📋 copy color: '#FCBDC8'

red 252 ◦ green 189 ◦ blue 200

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

Shades of Pink #FCBDC8

Tints of Pink #FCBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.2%

R = 39.31%
G = 29.49%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCBDC8 (or 0xFCBDC8) is known color: Pink. HEX triplet: FC, BD and C8. RGB value is (252,189,200). Sum of RGB (Red+Green+Blue) = 252+189+200=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC8 is #034237. Grayscale: #D1D1D1. Windows color (decimal): -213560 or 13155836. OLE color: 13155836.

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

Color convert

RGB 252 189 200 -
CMYK 0 0.25 0.21 0.01
HSL 349.52º 0.91% 0.86% -
HSV(B) 349.52º 0.25% 0.99% -
XYZ 68.77 61.26 62.84 -
YUV 209.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 252 189 200 0 0.25 0.21 0.01 349.52 0.91 0.86
Hex FC BD C8 0 19 15 1 15E 5B 56
Octal 374 275 310 0 31 25 1 536 133 126
Binary 11111100 10111101 11001000 0 11001 10101 1 101011110 1011011 1010110

Color Harmonies of #FCBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDC8

Black with #FCBDC8

Text Example


Text Example

White with #FCBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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