Html Css Color HEX #FCBABF Light Pink

📋 copy color: '#FCBABF'

red 252 ◦ green 186 ◦ blue 191

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

Shades of Light Pink #FCBABF

Tints of Light Pink #FCBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.57%

 BLUE value IS 191 (75% from 255) = 30.37%

R = 40.06%
G = 29.57%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCBABF (or 0xFCBABF) is known color: Light Pink. HEX triplet: FC, BA and BF. RGB value is (252,186,191). Sum of RGB (Red+Green+Blue) = 252+186+191=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBABF is #034540. Grayscale: #CECECE. Windows color (decimal): -214337 or 12565244. OLE color: 12565244.

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

Color convert

RGB 252 186 191 -
CMYK 0 0.26 0.24 0.01
HSL 355.45º 0.92% 0.86% -
HSV(B) 355.45º 0.26% 0.99% -
XYZ 67.11 59.57 57.25 -
YUV 206.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 252 186 191 0 0.26 0.24 0.01 355.45 0.92 0.86
Hex FC BA BF 0 1A 18 1 163 5C 56
Octal 374 272 277 0 32 30 1 543 134 126
Binary 11111100 10111010 10111111 0 11010 11000 1 101100011 1011100 1010110

Color Harmonies of #FCBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBABF

Black with #FCBABF

Text Example


Text Example

White with #FCBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBABF; }

 p { color: rgb(252,186,191); }

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

background-color css

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

 a { background-color: rgb(252,186,191); }

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

border-color css

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

 span { border-color: rgb(252,186,191); }

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