Html Css Color HEX #FABDCF Pink

📋 copy color: '#FABDCF'

red 250 ◦ green 189 ◦ blue 207

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

Shades of Pink #FABDCF

Tints of Pink #FABDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.04%

R = 38.7%
G = 29.26%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FABDCF (or 0xFABDCF) is known color: Pink. HEX triplet: FA, BD and CF. RGB value is (250,189,207). Sum of RGB (Red+Green+Blue) = 250+189+207=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDCF is #054230. Grayscale: #D1D1D1. Windows color (decimal): -344625 or 13614586. OLE color: 13614586.

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

Color convert

RGB 250 189 207 -
CMYK 0 0.24 0.17 0.02
HSL 342.3º 0.86% 0.86% -
HSV(B) 342.3º 0.24% 0.98% -
XYZ 68.88 61.22 67.22 -
YUV 209.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 250 189 207 0 0.24 0.17 0.02 342.3 0.86 0.86
Hex FA BD CF 0 18 11 2 156 56 56
Octal 372 275 317 0 30 21 2 526 126 126
Binary 11111010 10111101 11001111 0 11000 10001 10 101010110 1010110 1010110

Color Harmonies of #FABDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDCF

Black with #FABDCF

Text Example


Text Example

White with #FABDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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