Html Css Color HEX #FCB9BD Light Pink

📋 copy color: '#FCB9BD'

red 252 ◦ green 185 ◦ blue 189

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

Shades of Light Pink #FCB9BD

Tints of Light Pink #FCB9BD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 252 185 189 -
CMYK 0 0.27 0.25 0.01
HSL 356.42º 0.92% 0.86% -
HSV(B) 356.42º 0.27% 0.99% -
XYZ 66.68 59.07 56.03 -
YUV 205.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 252 185 189 0 0.27 0.25 0.01 356.42 0.92 0.86
Hex FC B9 BD 0 1B 19 1 164 5C 56
Octal 374 271 275 0 33 31 1 544 134 126
Binary 11111100 10111001 10111101 0 11011 11001 1 101100100 1011100 1010110

Color Harmonies of #FCB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9BD

Black with #FCB9BD

Text Example


Text Example

White with #FCB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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