Html Css Color HEX #FABDCD Pink

📋 copy color: '#FABDCD'

red 250 ◦ green 189 ◦ blue 205

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

Shades of Pink #FABDCD

Tints of Pink #FABDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 38.82%
G = 29.35%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FABDCD (or 0xFABDCD) is known color: Pink. HEX triplet: FA, BD and CD. RGB value is (250,189,205). Sum of RGB (Red+Green+Blue) = 250+189+205=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDCD is #054232. Grayscale: #D1D1D1. Windows color (decimal): -344627 or 13483514. OLE color: 13483514.

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

Color convert

RGB 250 189 205 -
CMYK 0 0.24 0.18 0.02
HSL 344.26º 0.86% 0.86% -
HSV(B) 344.26º 0.24% 0.98% -
XYZ 68.64 61.13 65.94 -
YUV 209.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 250 189 205 0 0.24 0.18 0.02 344.26 0.86 0.86
Hex FA BD CD 0 18 12 2 158 56 56
Octal 372 275 315 0 30 22 2 530 126 126
Binary 11111010 10111101 11001101 0 11000 10010 10 101011000 1010110 1010110

Color Harmonies of #FABDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDCD

Black with #FABDCD

Text Example


Text Example

White with #FABDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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