Html Css Color HEX #FABDC9 Pink

📋 copy color: '#FABDC9'

red 250 ◦ green 189 ◦ blue 201

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

Shades of Pink #FABDC9

Tints of Pink #FABDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.41%

R = 39.06%
G = 29.53%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FABDC9 (or 0xFABDC9) is known color: Pink. HEX triplet: FA, BD and C9. RGB value is (250,189,201). Sum of RGB (Red+Green+Blue) = 250+189+201=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC9 is #054236. Grayscale: #D0D0D0. Windows color (decimal): -344631 or 13221370. OLE color: 13221370.

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

Color convert

RGB 250 189 201 -
CMYK 0 0.24 0.20 0.02
HSL 348.2º 0.86% 0.86% -
HSV(B) 348.2º 0.24% 0.98% -
XYZ 68.16 60.94 63.43 -
YUV 208.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 250 189 201 0 0.24 0.20 0.02 348.2 0.86 0.86
Hex FA BD C9 0 18 14 2 15C 56 56
Octal 372 275 311 0 30 24 2 534 126 126
Binary 11111010 10111101 11001001 0 11000 10100 10 101011100 1010110 1010110

Color Harmonies of #FABDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDC9

Black with #FABDC9

Text Example


Text Example

White with #FABDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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