Html Css Color HEX #FABFCD Pink

📋 copy color: '#FABFCD'

red 250 ◦ green 191 ◦ blue 205

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

Shades of Pink #FABFCD

Tints of Pink #FABFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 29.57%

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

R = 38.7%
G = 29.57%
B = 31.73%

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

#FABFCD (or 0xFABFCD) is known color: Pink. HEX triplet: FA, BF and CD. RGB value is (250,191,205). Sum of RGB (Red+Green+Blue) = 250+191+205=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFCD is #054032. Grayscale: #D2D2D2. Windows color (decimal): -344115 or 13484026. OLE color: 13484026.

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

Color convert

RGB 250 191 205 -
CMYK 0 0.24 0.18 0.02
HSL 345.76º 0.86% 0.86% -
HSV(B) 345.76º 0.24% 0.98% -
XYZ 69.07 61.99 66.08 -
YUV 210.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 250 191 205 0 0.24 0.18 0.02 345.76 0.86 0.86
Hex FA BF CD 0 18 12 2 15A 56 56
Octal 372 277 315 0 30 22 2 532 126 126
Binary 11111010 10111111 11001101 0 11000 10010 10 101011010 1010110 1010110

Color Harmonies of #FABFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFCD

Black with #FABFCD

Text Example


Text Example

White with #FABFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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