Html Css Color HEX #FABDBD Your Pink

📋 copy color: '#FABDBD'

red 250 ◦ green 189 ◦ blue 189

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

Shades of Your Pink #FABDBD

Tints of Your Pink #FABDBD

RGB

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

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

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

R = 39.81%
G = 30.1%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FABDBD (or 0xFABDBD) is known color: Your Pink. HEX triplet: FA, BD and BD. RGB value is (250,189,189). Sum of RGB (Red+Green+Blue) = 250+189+189=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDBD is #054242. Grayscale: #CFCFCF. Windows color (decimal): -344643 or 12434938. OLE color: 12434938.

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

Color convert

RGB 250 189 189 -
CMYK 0 0.24 0.24 0.02
HSL 0.86% 0.86% -
HSV(B) 0.24% 0.98% -
XYZ 66.81 60.39 56.28 -
YUV 207.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 250 189 189 0 0.24 0.24 0.02 0 0.86 0.86
Hex FA BD BD 0 18 18 2 0 56 56
Octal 372 275 275 0 30 30 2 0 126 126
Binary 11111010 10111101 10111101 0 11000 11000 10 0 1010110 1010110

Color Harmonies of #FABDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDBD

Black with #FABDBD

Text Example


Text Example

White with #FABDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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