Html Css Color HEX #FCBDC9 Pink

📋 copy color: '#FCBDC9'

red 252 ◦ green 189 ◦ blue 201

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

Shades of Pink #FCBDC9

Tints of Pink #FCBDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.31%

R = 39.25%
G = 29.44%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCBDC9 (or 0xFCBDC9) is known color: Pink. HEX triplet: FC, BD and C9. RGB value is (252,189,201). Sum of RGB (Red+Green+Blue) = 252+189+201=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC9 is #034236. Grayscale: #D1D1D1. Windows color (decimal): -213559 or 13221372. OLE color: 13221372.

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

Color convert

RGB 252 189 201 -
CMYK 0 0.25 0.20 0.01
HSL 348.57º 0.91% 0.86% -
HSV(B) 348.57º 0.25% 0.99% -
XYZ 68.89 61.31 63.46 -
YUV 209.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 252 189 201 0 0.25 0.20 0.01 348.57 0.91 0.86
Hex FC BD C9 0 19 14 1 15D 5B 56
Octal 374 275 311 0 31 24 1 535 133 126
Binary 11111100 10111101 11001001 0 11001 10100 1 101011101 1011011 1010110

Color Harmonies of #FCBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDC9

Black with #FCBDC9

Text Example


Text Example

White with #FCBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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