Html Css Color HEX #FABDCB Pink

📋 copy color: '#FABDCB'

red 250 ◦ green 189 ◦ blue 203

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

Shades of Pink #FABDCB

Tints of Pink #FABDCB

RGB

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

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

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

R = 38.94%
G = 29.44%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FABDCB (or 0xFABDCB) is known color: Pink. HEX triplet: FA, BD and CB. RGB value is (250,189,203). Sum of RGB (Red+Green+Blue) = 250+189+203=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDCB is #054234. Grayscale: #D0D0D0. Windows color (decimal): -344629 or 13352442. OLE color: 13352442.

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

Color convert

RGB 250 189 203 -
CMYK 0 0.24 0.19 0.02
HSL 346.23º 0.86% 0.86% -
HSV(B) 346.23º 0.24% 0.98% -
XYZ 68.4 61.03 64.67 -
YUV 208.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 250 189 203 0 0.24 0.19 0.02 346.23 0.86 0.86
Hex FA BD CB 0 18 13 2 15A 56 56
Octal 372 275 313 0 30 23 2 532 126 126
Binary 11111010 10111101 11001011 0 11000 10011 10 101011010 1010110 1010110

Color Harmonies of #FABDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDCB

Black with #FABDCB

Text Example


Text Example

White with #FABDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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