Html Css Color HEX #FCBDB9 Your Pink

📋 copy color: '#FCBDB9'

red 252 ◦ green 189 ◦ blue 185

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

Shades of Your Pink #FCBDB9

Tints of Your Pink #FCBDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.55%

R = 40.26%
G = 30.19%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCBDB9 (or 0xFCBDB9) is known color: Your Pink. HEX triplet: FC, BD and B9. RGB value is (252,189,185). Sum of RGB (Red+Green+Blue) = 252+189+185=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB9 is #034246. Grayscale: #CFCFCF. Windows color (decimal): -213575 or 12172796. OLE color: 12172796.

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

Color convert

RGB 252 189 185 -
CMYK 0 0.25 0.27 0.01
HSL 3.58º 0.92% 0.86% -
HSV(B) 3.58º 0.27% 0.99% -
XYZ 67.1 60.59 54.06 -
YUV 207.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 252 189 185 0 0.25 0.27 0.01 3.58 0.92 0.86
Hex FC BD B9 0 19 1B 1 4 5C 56
Octal 374 275 271 0 31 33 1 4 134 126
Binary 11111100 10111101 10111001 0 11001 11011 1 100 1011100 1010110

Color Harmonies of #FCBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDB9

Black with #FCBDB9

Text Example


Text Example

White with #FCBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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