Html Css Color HEX #FABBCB Pink

📋 copy color: '#FABBCB'

red 250 ◦ green 187 ◦ blue 203

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

Shades of Pink #FABBCB

Tints of Pink #FABBCB

RGB

 RED value IS 250 (98.05% from 255) = 39.06%

 GREEN value IS 187 (73.44% from 255) = 29.22%

 BLUE value IS 203 (79.69% from 255) = 31.72%

R = 39.06%
G = 29.22%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FABBCB (or 0xFABBCB) is known color: Pink. HEX triplet: FA, BB and CB. RGB value is (250,187,203). Sum of RGB (Red+Green+Blue) = 250+187+203=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBCB is #054434. Grayscale: #CFCFCF. Windows color (decimal): -345141 or 13351930. OLE color: 13351930.

HSL color Cylindrical-coordinate representation of color #FABBCB: hue angle of 344.76º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBCB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 187 203 -
CMYK 0 0.25 0.19 0.02
HSL 344.76º 0.86% 0.86% -
HSV(B) 344.76º 0.25% 0.98% -
XYZ 67.97 60.18 64.53 -
YUV 207.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 250 187 203 0 0.25 0.19 0.02 344.76 0.86 0.86
Hex FA BB CB 0 19 13 2 159 56 56
Octal 372 273 313 0 31 23 2 531 126 126
Binary 11111010 10111011 11001011 0 11001 10011 10 101011001 1010110 1010110

Color Harmonies of #FABBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABBCB

Black with #FABBCB

Text Example


Text Example

White with #FABBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABBCB; }

 p { color: rgb(250,187,203); }

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

background-color css

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

 a { background-color: rgb(250,187,203); }

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

border-color css

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

 span { border-color: rgb(250,187,203); }

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