Html Css Color HEX #FCB9BE Light Pink

📋 copy color: '#FCB9BE'

red 252 ◦ green 185 ◦ blue 190

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

Shades of Light Pink #FCB9BE

Tints of Light Pink #FCB9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.3%

R = 40.19%
G = 29.51%
B = 30.3%

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

#FCB9BE (or 0xFCB9BE) is known color: Light Pink. HEX triplet: FC, B9 and BE. RGB value is (252,185,190). Sum of RGB (Red+Green+Blue) = 252+185+190=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9BE is #034641. Grayscale: #CDCDCD. Windows color (decimal): -214594 or 12499452. OLE color: 12499452.

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

Color convert

RGB 252 185 190 -
CMYK 0 0.27 0.25 0.01
HSL 355.52º 0.92% 0.86% -
HSV(B) 355.52º 0.27% 0.99% -
XYZ 66.79 59.11 56.6 -
YUV 205.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 252 185 190 0 0.27 0.25 0.01 355.52 0.92 0.86
Hex FC B9 BE 0 1B 19 1 164 5C 56
Octal 374 271 276 0 33 31 1 544 134 126
Binary 11111100 10111001 10111110 0 11011 11001 1 101100100 1011100 1010110

Color Harmonies of #FCB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9BE

Black with #FCB9BE

Text Example


Text Example

White with #FCB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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