Html Css Color HEX #FABFCF Pink

📋 copy color: '#FABFCF'

red 250 ◦ green 191 ◦ blue 207

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

Shades of Pink #FABFCF

Tints of Pink #FABFCF

RGB

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

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

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

R = 38.58%
G = 29.48%
B = 31.94%

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

#FABFCF (or 0xFABFCF) is known color: Pink. HEX triplet: FA, BF and CF. RGB value is (250,191,207). Sum of RGB (Red+Green+Blue) = 250+191+207=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFCF is #054030. Grayscale: #D2D2D2. Windows color (decimal): -344113 or 13615098. OLE color: 13615098.

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

Color convert

RGB 250 191 207 -
CMYK 0 0.24 0.17 0.02
HSL 343.73º 0.86% 0.86% -
HSV(B) 343.73º 0.24% 0.98% -
XYZ 69.32 62.09 67.36 -
YUV 210.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 250 191 207 0 0.24 0.17 0.02 343.73 0.86 0.86
Hex FA BF CF 0 18 11 2 158 56 56
Octal 372 277 317 0 30 21 2 530 126 126
Binary 11111010 10111111 11001111 0 11000 10001 10 101011000 1010110 1010110

Color Harmonies of #FABFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFCF

Black with #FABFCF

Text Example


Text Example

White with #FABFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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